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

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

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)