
java 编程练习
Kai_TJU
这个作者很懒,什么都没留下…
展开
-
Leet Code 01 TwoSum
TwoSum Tags: Array,Hash Table问题: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have exactly ...原创 2018-05-28 20:25:23 · 151 阅读 · 0 评论 -
leetcode刷题
设置两个指针 一个快一个慢 283 ,27,26,80 指针对撞 75,88,215,167,125,344,345,11 双索引 滑动窗口 209,3,438, 76. map,set 349,350 ,242,202,1,15,18,16,454原创 2019-08-22 12:26:17 · 146 阅读 · 0 评论