https://github.com/iamabirakash/leetcode
A repository containing best solutions of daily LeetCode problems
https://github.com/iamabirakash/leetcode
daily-coding-problem leetcode leetcode-java leetcode-python leetcode-solutions
Last synced: 7 months ago
JSON representation
A repository containing best solutions of daily LeetCode problems
- Host: GitHub
- URL: https://github.com/iamabirakash/leetcode
- Owner: iamabirakash
- Created: 2024-07-07T06:38:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-07T18:29:53.000Z (about 1 year ago)
- Last Synced: 2024-09-07T19:23:34.166Z (about 1 year ago)
- Topics: daily-coding-problem, leetcode, leetcode-java, leetcode-python, leetcode-solutions
- Language: Java
- Homepage: https://leetcodehub.netlify.app/
- Size: 243 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leetcode
[iamabirakash](https://leetcode.com/u/iamabirakash/)
* ## Easy
1. [Intersection of Two Arrays II](https://github.com/iamabirakash/Leetcode/tree/main/Intersection_Two_Arrays)
2. [Pass the Pillow](https://github.com/iamabirakash/Leetcode/tree/main/Pass%20The%20Pillow)
3. [Water Bottles](https://github.com/iamabirakash/Leetcode/tree/main/Water_Bottles)
4. [Crawler Log Folder](https://github.com/iamabirakash/Leetcode/tree/main/Crawler%20Log%20Folder)
5. [Intersection of Two Linked Lists](https://github.com/iamabirakash/Leetcode/tree/main/Intersection%20of%20Two%20Linked%20Lists)
6. [Middle of the Linked List](https://github.com/iamabirakash/Leetcode/tree/main/Middle%20of%20the%20Linked%20List)
7. [Lucky Numbers in a Matrix](https://github.com/iamabirakash/Leetcode/tree/main/Lucky%20Numbers%20in%20a%20Matrix)
8. [Linked List Cycle](https://github.com/iamabirakash/Leetcode/tree/main/Linked%20List%20Cycle)
9. [Sort the People](https://github.com/iamabirakash/Leetcode/tree/main/Sort%20the%20People)
10. [Number of Senior Citizens](https://github.com/iamabirakash/Leetcode/tree/main/Number%20of%20Senior%20Citizens)
11. [Kth Largest Element in a Stream](https://github.com/iamabirakash/Leetcode/tree/main/Kth%20Largest%20Element%20in%20a%20Stream)* ## Medium
1. [Minimum Difference Between Largest and Smallest Value in Three Moves](https://github.com/iamabirakash/Leetcode/tree/main/Minimum_Difference)
2. [Merge Nodes in Between Zeros](https://github.com/iamabirakash/Leetcode/tree/main/Merged_Notes_Between_Zeros)
3. [Find the Minimum and Maximum Number of Nodes Between Critical Points](https://github.com/iamabirakash/Leetcode/tree/main/Min_Max_No_Nodes)
4. [Circular Game](https://github.com/iamabirakash/Leetcode/tree/main/Circular_Game)
5. [Average Waiting Time](https://github.com/iamabirakash/Leetcode/tree/main/Average%20Waiting%20Time)
6. [Reverse Substrings Between Each Pair of Parentheses](https://github.com/iamabirakash/Leetcode/tree/main/Reversed%20Substring%20Paranthesis)
7. [Maximum Score From Removing Substrings](https://github.com/iamabirakash/Leetcode/tree/main/Maximum%20Score)
8. [Create Binary Tree From Descriptions](https://github.com/iamabirakash/Leetcode/tree/main/Create%20Binary%20Tree)
9. [Step-By-Step Directions From a Binary Tree Node to Another](https://github.com/iamabirakash/Leetcode/tree/main/Binary%20Tree%20Node%20to%20Another)
10. [Delete Node in a Linked List](https://github.com/iamabirakash/Leetcode/tree/main/Delete%20Node%20in%20a%20Linked%20List)
11. [Delete the Middle Node of a Linked List](https://github.com/iamabirakash/Leetcode/tree/main/Delete%20the%20Middle%20Node%20of%20a%20Linked%20List)
12. [Find Valid Matrix Given Row and Column Sums](https://github.com/iamabirakash/Leetcode/tree/main/Find%20Valid%20Matrix%20Given%20Row%20and%20Column%20Sums)
13. [Sort an Array](https://github.com/iamabirakash/Leetcode/tree/main/Sort%20an%20Array)
14. [Find the City With the Smallest Number of Neighbors at a Threshold Distance](https://github.com/iamabirakash/Leetcode/tree/main/Find%20the%20City%20With%20the%20Smallest%20Number%20of%20Neighbors%20at%20a%20Threshold%20Distance)
15. [Minimum Deletions to Make String Balanced](https://github.com/iamabirakash/Leetcode/tree/main/Minimum%20Deletions%20to%20Make%20String%20Balanced)
16. [Filling Bookcase Shelves](https://github.com/iamabirakash/Leetcode/tree/main/Filling%20Bookcase%20Shelves)
17. [Minimum Swaps to Group All 1's Together II](https://github.com/iamabirakash/Leetcode/tree/main/Minimum%20Swaps%20to%20Group%20All%201's%20Together%20II)
18. [Spiral Matrix III](https://github.com/iamabirakash/Leetcode/tree/main/Spiral%20Matrix%20III)
19. [Magic Squares In Grid](https://github.com/iamabirakash/Leetcode/tree/main/Magic%20Squares%20In%20Grid)* ## Hard
1. [Median of Two Sorted Arrays](https://github.com/iamabirakash/Leetcode/tree/main/Median%20Of%20Two%20Sorted%20Arrays)
2. [Robot Collisions](https://github.com/iamabirakash/Leetcode/blob/main/Robot%20Collisions/README.md)
3. [Number Of Atoms](https://github.com/iamabirakash/Leetcode/tree/main/Number%20Of%20Atoms)
4. [Build a Matrix With Conditions](https://github.com/iamabirakash/Leetcode/tree/main/Build%20a%20Matrix%20With%20Conditions)
5. [Integer to English Words](https://github.com/iamabirakash/Leetcode/tree/main/Integer%20to%20English%20Words)
6. [Minimum Number of Days to Disconnect Island
](https://leetcode.com/problems/minimum-number-of-days-to-disconnect-island/description/?envType=daily-question&envId=2024-08-11)