{"id":22579296,"url":"https://github.com/ullaskunder3/blind-75","last_synced_at":"2026-05-09T14:39:35.741Z","repository":{"id":266972892,"uuid":"871256460","full_name":"ullaskunder3/blind-75","owner":"ullaskunder3","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-07T11:20:18.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T16:42:00.590Z","etag":null,"topics":["blind75","dsa-algorithm","explained","javascript","markdown","md","python"],"latest_commit_sha":null,"homepage":"https://ullaskunder3.github.io/blind-75/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ullaskunder3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-11T15:20:23.000Z","updated_at":"2024-12-07T11:20:21.000Z","dependencies_parsed_at":"2024-12-07T12:18:24.643Z","dependency_job_id":"f1a462e9-bf1e-47ee-9bff-8efe58e4aaf6","html_url":"https://github.com/ullaskunder3/blind-75","commit_stats":null,"previous_names":["ullaskunder3/blind-75"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ullaskunder3%2Fblind-75","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ullaskunder3%2Fblind-75/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ullaskunder3%2Fblind-75/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ullaskunder3%2Fblind-75/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ullaskunder3","download_url":"https://codeload.github.com/ullaskunder3/blind-75/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246059301,"owners_count":20717085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blind75","dsa-algorithm","explained","javascript","markdown","md","python"],"created_at":"2024-12-08T05:06:55.117Z","updated_at":"2026-05-09T14:39:35.689Z","avatar_url":"https://github.com/ullaskunder3.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LeetCode DSA Tracker  \n\n🥁 **Drum Roll, Please!** 🥁  \n\nTrack your progress and conquer each category with determination! 🚀\n\n### **Array**\n- [ ] [1. Two Sum](Array/1.two-sum.md)  \n- [ ] [2. Best Time to Buy and Sell Stock](Array/2.buy-sell.md)  \n- [ ] [3. Contains Duplicate](Array/3.contains-duplicate.md)  \n- [ ] [4. Product of Array Except Self](Array/4.product-array-except-self.md)  \n- [ ] [5. Maximum Subarray](Array/5.max-sub-array.md)  \n- [ ] [6. Maximum Product Subarray](Array/6.max-product-sub-array.md)  \n- [ ] [7. Find Minimum in Rotated Sorted Array](Array/7.find-min-rotated-sorted-array.md)  \n- [ ] 8. Search in Rotated Sorted Array  \n- [ ] 9. 3Sum  \n- [ ] 10. Container With Most Water  \n\n---\n\n### **Binary**\n- [ ] 11. Sum of Two Integers  \n- [ ] 12. Number of 1 Bits  \n- [ ] 13. Counting Bits  \n- [ ] 14. Missing Number  \n- [ ] 15. Reverse Bits  \n\n---\n\n### **Dynamic Programming**\n- [ ] 16. Climbing Stairs  \n- [ ] 17. Coin Change  \n- [ ] 18. Longest Increasing Subsequence  \n- [ ] 19. Longest Common Subsequence  \n- [ ] 20. Word Break  \n- [ ] 21. Combination Sum  \n- [ ] 22. House Robber  \n- [ ] 23. House Robber II  \n- [ ] 24. Decode Ways  \n- [ ] 25. Unique Paths  \n- [ ] 26. Jump Game  \n\n---\n\n### **Graph**\n- [ ] 27. Clone Graph  \n- [ ] 28. Course Schedule  \n- [ ] 29. Pacific Atlantic Water Flow  \n- [ ] 30. Number of Islands  \n- [ ] 31. Longest Consecutive Sequence  \n- [ ] 32. Alien Dictionary  \n- [ ] 33. Graph Valid Tree  \n- [ ] 34. Word Ladder  \n\n---\n\n### **Interval**\n- [ ] 35. Insert Interval  \n- [ ] 36. Merge Intervals  \n- [ ] 37. Non-overlapping Intervals  \n- [ ] 38. Meeting Rooms  \n- [ ] 39. Meeting Rooms II  \n\n---\n\n### **Linked List**\n- [ ] 40. Reverse a Linked List  \n- [ ] 41. Detect Cycle in a Linked List  \n- [ ] 42. Merge Two Sorted Lists  \n- [ ] 43. Merge K Sorted Lists  \n- [ ] 44. Remove Nth Node From End of List  \n- [ ] 45. Reorder List  \n\n---\n\n### **Matrix**\n- [ ] 46. Set Matrix Zeroes  \n- [ ] 47. Spiral Matrix  \n- [ ] 48. Rotate Image  \n- [ ] 49. Word Search  \n\n---\n\n### **String**\n- [ ] 50. Longest Substring Without Repeating Characters  \n- [ ] 51. Longest Repeating Character Replacement  \n- [ ] 52. Minimum Window Substring  \n- [ ] 53. Valid Anagram  \n- [ ] 54. Group Anagrams  \n- [ ] 55. Valid Parentheses  \n- [ ] 56. Valid Palindrome  \n- [ ] 57. Longest Palindromic Substring  \n- [ ] 58. Palindromic Substrings  \n- [ ] 59. Encode and Decode Strings  \n\n---\n\n### **Tree**\n- [ ] 60. Maximum Depth of Binary Tree  \n- [ ] 61. Same Tree  \n- [ ] 62. Invert/Flip Binary Tree  \n- [ ] 63. Binary Tree Maximum Path Sum  \n- [ ] 64. Binary Tree Level Order Traversal  \n- [ ] 65. Serialize and Deserialize Binary Tree  \n- [ ] 66. Subtree of Another Tree  \n- [ ] 67. Construct Binary Tree from Preorder and Inorder Traversal  \n- [ ] 68. Validate Binary Search Tree  \n- [ ] 69. Kth Smallest Element in a BST  \n- [ ] 70. Lowest Common Ancestor of BST  \n- [ ] 71. Implement Trie (Prefix Tree)  \n- [ ] 72. Add and Search Word  \n- [ ] 73. Word Search II  \n\n---\n\n### **Heap**\n- [ ] 74. Merge K Sorted Lists  \n- [ ] 75. Top K Frequent Elements  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fullaskunder3%2Fblind-75","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fullaskunder3%2Fblind-75","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fullaskunder3%2Fblind-75/lists"}