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

https://github.com/thomasgassmann/leetcode

Personal leetcode solutions
https://github.com/thomasgassmann/leetcode

Last synced: about 1 month ago
JSON representation

Personal leetcode solutions

Awesome Lists containing this project

README

          

# leetcode

## interesting problems to solve

- [x] https://leetcode.com/problems/maximum-frequency-stack/
- [x] https://leetcode.com/problems/valid-number/
- [x] https://leetcode.com/problems/largest-number/
- [x] https://leetcode.com/problems/max-points-on-a-line/
- [ ] https://leetcode.com/problems/max-increase-to-keep-city-skyline/
- [ ] https://leetcode.com/problems/encode-and-decode-tinyurl/
- [ ] https://leetcode.com/problems/unique-paths-iii/
- [ ] https://leetcode.com/problems/missing-number-in-arithmetic-progression/
- [ ] https://leetcode.com/problems/longest-increasing-subsequence/
- [x] https://leetcode.com/problems/longest-palindromic-substring/
- [ ] longest-palindromic-substring with Manacher's Algorithm