https://github.com/sangyx/algorithm
算法题打卡记录
https://github.com/sangyx/algorithm
algorithm c-plus-plus leetcode-solutions poj
Last synced: 9 months ago
JSON representation
算法题打卡记录
- Host: GitHub
- URL: https://github.com/sangyx/algorithm
- Owner: sangyx
- Created: 2019-01-31T08:15:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T13:27:02.000Z (over 5 years ago)
- Last Synced: 2025-01-05T03:42:15.532Z (11 months ago)
- Topics: algorithm, c-plus-plus, leetcode-solutions, poj
- Language: C++
- Homepage: https://www.sangyx.cn/category/work/alg
- Size: 228 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# algorithm
> 刷题打卡记录
### Array题解
* [11.Container With Most Water](https://www.sangyx.cn/825)
* [18.4Sum](https://www.sangyx.cn/836)
* [31.Next Permutation](https://www.sangyx.cn/913)
* [33.Search in Rotated Sorted Array](https://www.sangyx.cn/947)
* [34.Find First and Last Position of Element in Sorted Array](https://www.sangyx.cn/951)
* [35.Search Insert Position](https://www.sangyx.cn/823)
* [41.First Missing Positive](https://www.sangyx.cn/840)
* [48.Rotate Image](https://www.sangyx.cn/954)
* [55.Jump Game](https://www.sangyx.cn/871)
* [56.Merge Intervals](https://www.sangyx.cn/957)
* [59.Spiral Matrix II](https://www.sangyx.cn/876)
* [73.Set Matrix Zeroes](https://www.sangyx.cn/960)
* [75.Sort Colors](https://www.sangyx.cn/1001)
### Dynamic Programming题解
* [63.Unique Paths II](https://www.sangyx.cn/878)
* [64.Minimum Path Sum](https://www.sangyx.cn/884)
* [375.Guess Number Higher or Lower II](https://www.sangyx.cn/1143)
* [376.Wiggle Subsequence](https://www.sangyx.cn/1140)
* [576.Out of Boundary Paths](https://www.sangyx.cn/1361)
* [714.Best Time to Buy and Sell Stock with Transaction Fee](https://www.sangyx.cn/1371)
* [877.Stone Game](https://www.sangyx.cn/1461)
### Graph题解
* [310.Minimum Height Trees](https://www.sangyx.cn/1340)
### Stack题解
* [1209.Remove All Adjacent Duplicates in String II](https://www.sangyx.cn/1396)
### String题解
* [1247.Minimum Swaps to Make Strings Equal](https://www.sangyx.cn/1447)