- 博客(2)
- 收藏
- 关注
原创 3 leetcode longest string without repeating char
Given a string, find the length of the longest substring without repeating characters.Example 1:Input: “abcabcbb”Output: 3Explanation: The answer is “abc”, with the length of 3.Example 2:Input: ...
2019-06-21 10:45:53 89
原创 1 leetCode 之 towSum
2019-06-19今日开撸leetcode第一题 Tow Sum最笨方法 暴力循环当然是循环遍历, 还有比这 更简单粗暴的? 当然看到这个 时间复杂度为 O(n^2)。 这都写不出来的话 。 就不要做这行了。 public static void main (String[] args) { int [] nums = new int[]{2, 7, 11,...
2019-06-19 10:51:12 161
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人