https://github.com/wilcywilson/leetcode-solutions
Practising Leetcode Problems
https://github.com/wilcywilson/leetcode-solutions
dynamic-programming leetcode-java leetcode-solutions
Last synced: 4 months ago
JSON representation
Practising Leetcode Problems
- Host: GitHub
- URL: https://github.com/wilcywilson/leetcode-solutions
- Owner: WilcyWilson
- Created: 2021-11-18T09:06:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T06:38:49.000Z (about 4 years ago)
- Last Synced: 2025-01-10T06:23:54.922Z (12 months ago)
- Topics: dynamic-programming, leetcode-java, leetcode-solutions
- Language: Java
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### List of Solutions
[1. Two Sum](https://github.com/WilcyWilson/LeetCode-Solutions/tree/master/src/intern/questions/twosum01#readme)
[3. Longest Substring Without Repeating Characters](https://github.com/WilcyWilson/LeetCode-Solutions/tree/master/src/intern/questions/longestsubstringwithoutrepeatingcharacters03#readme)
[7. Reverse Integer](https://github.com/WilcyWilson/LeetCode-Solutions/tree/master/src/intern/questions/reverseinteger07#readme)
[9. Palindrome Number](https://github.com/WilcyWilson/LeetCode-Solutions/tree/master/src/intern/questions/palindromenumber09#readme)
[2078. Two Furthest Houses With Different Colors](https://github.com/WilcyWilson/LeetCode-Solutions/tree/master/src/intern/questions/twofurthesthouseswithdifferentcolors2078#readme)