https://github.com/tg123/leetcode
leetcode Solutions.java 250 / 269 (Algorithms)
https://github.com/tg123/leetcode
Last synced: 7 months ago
JSON representation
leetcode Solutions.java 250 / 269 (Algorithms)
- Host: GitHub
- URL: https://github.com/tg123/leetcode
- Owner: tg123
- Created: 2014-07-19T18:39:11.000Z (about 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-09-24T10:04:01.000Z (about 10 years ago)
- Last Synced: 2025-03-30T14:11:12.534Z (7 months ago)
- Language: Java
- Homepage: http://leetcode.tgic.me/
- Size: 1.87 MB
- Stars: 358
- Watchers: 54
- Forks: 168
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Leetcode solutions
[Github Page](http://leetcode.tgic.me/)
Please [Donate leetcode](https://oj.leetcode.com/donate/)
## TODO
* Evaluate the Time and Space complexity of each solution
* Proof the code's correctness if needed
* Find better solutions
* Rewrite code with Java8 lambda