leetcode不会-LeetCode-Solutions:LeetCode-解决方案

时间:2024-07-19 21:07:52
【文件属性】:

文件名称:leetcode不会-LeetCode-Solutions:LeetCode-解决方案

文件大小:20KB

文件格式:ZIP

更新时间:2024-07-19 21:07:52

系统开源

leetcode 不会LeetCode-解决方案 列表 #####标签:数组 #####Tags:哈希表 #####标签:数学 #####Tags:两个指针 #####标签:字符串 #####Tags:动态编程 #####标签:贪婪 #####Tags:深度优先搜索 细节 167. 二和 II - 输入数组已排序 #####LeetCode 链接: #####问题描述:给定一个已经按升序排序的整数数组,找到两个数字,使它们相加为特定的目标数字。 函数 twoSum 应该返回两个数字的索引,使它们相加为目标,其中 index1 必须小于 index2。 请注意,您返回的答案(index1 和 index2)不是从零开始的。 您可以假设每个输入都只有一个解决方案。 输入:number={2, 7, 11, 15}, target=9 输出:index1=1, index2=2 #####源代码: 169. 多数元素 #####LeetCode 链接: #####问题描述:给定一个大小为 n 的数组,找到多数元素。 多数元素是出现超过 ⌊ n/2 ⌋ 次的元素。 你可以假设数组是非空的并且多


【文件预览】:
LeetCode-Solutions-master
----Hash Table()
--------454. 4Sum II.java(595B)
--------463. Island Perimeter.java(510B)
--------451. Sort Characters By Frequency.java(824B)
----Greedy()
--------406. Queue Reconstruction by Height.java(446B)
----Depth-first Search()
--------417. Pacific Atlantic Water Flow.java(1KB)
--------394. Decode String.java(891B)
--------100. Same Tree.java(421B)
--------104. Maximum Depth of Binary Tree.java(329B)
----String()
--------385. Mini Parser.java(2KB)
--------459. Repeated Substring Pattern.java(606B)
--------383. Ransom Note.java(372B)
----Math()
--------413. Arithmetic Slices.java(344B)
----Two Pointers()
--------345. Reverse Vowels of a String.java(613B)
--------344. Reverse String.java(322B)
----Dynamic Programming()
--------338. Counting Bits.java(210B)
--------312. Burst Balloons.java(657B)
----README.md(25KB)
----Array()
--------283. Move Zeroes.java(331B)
--------448. Find All Numbers Disappeared in an Array.java(345B)
--------169. Majority Element.java(139B)
--------167. Two Sum II - Input array is sorted.java(524B)
--------414. Third Maximum Number.java(528B)
--------442. Find All Duplicates in an Array.java(361B)
--------381. Insert Delete GetRandom O(1) - Duplicates allowed.java(1KB)
--------268. Missing Number.java(207B)
--------380. Insert Delete GetRandom O(1).java(1KB)

网友评论