https://github.com/ullaskunder3/blind-75
https://github.com/ullaskunder3/blind-75
blind75 dsa-algorithm explained javascript markdown md python
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ullaskunder3/blind-75
- Owner: ullaskunder3
- Created: 2024-10-11T15:20:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-07T11:20:18.000Z (11 months ago)
- Last Synced: 2025-02-02T16:42:00.590Z (9 months ago)
- Topics: blind75, dsa-algorithm, explained, javascript, markdown, md, python
- Language: JavaScript
- Homepage: https://ullaskunder3.github.io/blind-75/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode DSA Tracker
🥁 **Drum Roll, Please!** 🥁
Track your progress and conquer each category with determination! 🚀
### **Array**
- [ ] [1. Two Sum](Array/1.two-sum.md)
- [ ] [2. Best Time to Buy and Sell Stock](Array/2.buy-sell.md)
- [ ] [3. Contains Duplicate](Array/3.contains-duplicate.md)
- [ ] [4. Product of Array Except Self](Array/4.product-array-except-self.md)
- [ ] [5. Maximum Subarray](Array/5.max-sub-array.md)
- [ ] [6. Maximum Product Subarray](Array/6.max-product-sub-array.md)
- [ ] [7. Find Minimum in Rotated Sorted Array](Array/7.find-min-rotated-sorted-array.md)
- [ ] 8. Search in Rotated Sorted Array
- [ ] 9. 3Sum
- [ ] 10. Container With Most Water---
### **Binary**
- [ ] 11. Sum of Two Integers
- [ ] 12. Number of 1 Bits
- [ ] 13. Counting Bits
- [ ] 14. Missing Number
- [ ] 15. Reverse Bits---
### **Dynamic Programming**
- [ ] 16. Climbing Stairs
- [ ] 17. Coin Change
- [ ] 18. Longest Increasing Subsequence
- [ ] 19. Longest Common Subsequence
- [ ] 20. Word Break
- [ ] 21. Combination Sum
- [ ] 22. House Robber
- [ ] 23. House Robber II
- [ ] 24. Decode Ways
- [ ] 25. Unique Paths
- [ ] 26. Jump Game---
### **Graph**
- [ ] 27. Clone Graph
- [ ] 28. Course Schedule
- [ ] 29. Pacific Atlantic Water Flow
- [ ] 30. Number of Islands
- [ ] 31. Longest Consecutive Sequence
- [ ] 32. Alien Dictionary
- [ ] 33. Graph Valid Tree
- [ ] 34. Word Ladder---
### **Interval**
- [ ] 35. Insert Interval
- [ ] 36. Merge Intervals
- [ ] 37. Non-overlapping Intervals
- [ ] 38. Meeting Rooms
- [ ] 39. Meeting Rooms II---
### **Linked List**
- [ ] 40. Reverse a Linked List
- [ ] 41. Detect Cycle in a Linked List
- [ ] 42. Merge Two Sorted Lists
- [ ] 43. Merge K Sorted Lists
- [ ] 44. Remove Nth Node From End of List
- [ ] 45. Reorder List---
### **Matrix**
- [ ] 46. Set Matrix Zeroes
- [ ] 47. Spiral Matrix
- [ ] 48. Rotate Image
- [ ] 49. Word Search---
### **String**
- [ ] 50. Longest Substring Without Repeating Characters
- [ ] 51. Longest Repeating Character Replacement
- [ ] 52. Minimum Window Substring
- [ ] 53. Valid Anagram
- [ ] 54. Group Anagrams
- [ ] 55. Valid Parentheses
- [ ] 56. Valid Palindrome
- [ ] 57. Longest Palindromic Substring
- [ ] 58. Palindromic Substrings
- [ ] 59. Encode and Decode Strings---
### **Tree**
- [ ] 60. Maximum Depth of Binary Tree
- [ ] 61. Same Tree
- [ ] 62. Invert/Flip Binary Tree
- [ ] 63. Binary Tree Maximum Path Sum
- [ ] 64. Binary Tree Level Order Traversal
- [ ] 65. Serialize and Deserialize Binary Tree
- [ ] 66. Subtree of Another Tree
- [ ] 67. Construct Binary Tree from Preorder and Inorder Traversal
- [ ] 68. Validate Binary Search Tree
- [ ] 69. Kth Smallest Element in a BST
- [ ] 70. Lowest Common Ancestor of BST
- [ ] 71. Implement Trie (Prefix Tree)
- [ ] 72. Add and Search Word
- [ ] 73. Word Search II---
### **Heap**
- [ ] 74. Merge K Sorted Lists
- [ ] 75. Top K Frequent Elements