An open API service indexing awesome lists of open source software.

https://github.com/sangyx/algorithm

算法题打卡记录
https://github.com/sangyx/algorithm

algorithm c-plus-plus leetcode-solutions poj

Last synced: 9 months ago
JSON representation

算法题打卡记录

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)