https://github.com/thomasgassmann/leetcode
Personal leetcode solutions
https://github.com/thomasgassmann/leetcode
Last synced: about 1 month ago
JSON representation
Personal leetcode solutions
- Host: GitHub
- URL: https://github.com/thomasgassmann/leetcode
- Owner: thomasgassmann
- License: mit
- Created: 2019-09-18T20:40:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-26T17:23:52.000Z (over 6 years ago)
- Last Synced: 2025-01-04T17:32:40.166Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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