FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
algorithm/Week_01/id_128 at master · feixiangcode/algorithm · GitHub
feixiangcode
/
algorithm
Public
forked from
algorithm001/algorithm
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
algorithm
/
Week_01
/
id_128
/
Copy path
Directory actions
More options
More options
Directory actions
More options
More options
Latest commit
History
History
History
Breadcrumbs
algorithm
/
Week_01
/
id_128
/
Copy path
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
LeetCode_21_128.go
LeetCode_21_128.go
LeetCode_905_128.go
LeetCode_905_128.go
NOTE.md
NOTE.md
README.md
README.md
README.md
Outline
第一周题目
链表
简单:
https://leetcode-cn.com/problems/remove-duplicates-from-sorted-list/
简单:
https://leetcode-cn.com/problems/merge-two-sorted-lists
中等:
https://leetcode-cn.com/problems/swap-nodes-in-pairs/
中等:
https://leetcode-cn.com/problems/linked-list-cycle-ii
困难:
https://leetcode-cn.com/problems/reverse-nodes-in-k-group/
数组
简单:
https://leetcode-cn.com/problems/sort-array-by-parity/
简单:
https://leetcode-cn.com/problems/sort-array-by-parity-ii/
中等:
https://leetcode-cn.com/problems/search-in-rotated-sorted-array-ii/
中等:
https://leetcode-cn.com/problems/find-minimum-in-rotated-sorted-array/
困难:
https://leetcode-cn.com/problems/search-in-rotated-sorted-array
栈
简单:
https://leetcode-cn.com/problems/valid-parentheses/
中等:
https://leetcode-cn.com/problems/next-greater-element-ii/
困难:
https://leetcode-cn.com/problems/maximum-frequency-stack/
递归
简单:
https://leetcode-cn.com/problems/longest-univalue-path/
中等:
https://leetcode-cn.com/problems/partition-to-k-equal-sum-subsets/
困难:
https://leetcode-cn.com/problems/special-binary-string/
排序
简单:
https://leetcode-cn.com/problems/valid-anagram/
中等:
https://leetcode-cn.com/problems/wiggle-sort-ii/
困难:
https://leetcode-cn.com/problems/maximum-gap/
二分查找
简单:
https://leetcode-cn.com/problems/arranging-coins/
中等:
https://leetcode-cn.com/problems/powx-n/
困难:
https://leetcode-cn.com/problems/dungeon-game/
Back
|
FazBrowse Home
|
New Git URL