We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb9642 commit d2078f6Copy full SHA for d2078f6
README.md
@@ -1,4 +1,4 @@
1
-# My Python Solutions for Leetcode
+# My Python & JAVA Solutions for Leetcode (inspired by [haoel's leetcode](https://github.com/haoel/leetcode))
2
3
[The whole lists](https://github.com/qiyuangong/leetcode/tree/master/python):
4
@@ -122,3 +122,10 @@
122
| # | To Understand |
123
|---| ----- |
124
| 4 | [Median of Two Sorted Arrays](https://leetcode.com/problems/median-of-two-sorted-arrays/) |
125
+
126
+# Other Leetcode Repos
127
128
+1. [haoel's leetcode](https://github.com/haoel/leetcode)
129
+2. [soulmachine's leetcode](https://github.com/soulmachine/leetcode)
130
+3. [kamyu104's LeetCode](https://github.com/kamyu104/LeetCode)
131
+4. [gouthampradhan's leetcode](https://github.com/gouthampradhan/leetcode)
0 commit comments