{"id":23369864,"url":"https://github.com/reynaroyce12/lc-blind75","last_synced_at":"2025-04-07T23:45:23.110Z","repository":{"id":266231261,"uuid":"897754108","full_name":"reynaroyce12/LC-Blind75","owner":"reynaroyce12","description":"This repo contains solutions and explanations to the Blind 75 problem list. Each problem includes code, approach, and time/space complexity analysis to help with technical interview preparation. (Work in Progress) ","archived":false,"fork":false,"pushed_at":"2025-01-29T05:55:09.000Z","size":89,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T01:17:39.648Z","etag":null,"topics":["coding-challenge","coding-interview-preparations","leetcode-python","leetcode-solutions","python","technical-interviews"],"latest_commit_sha":null,"homepage":"","language":"Python","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/reynaroyce12.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-12-03T07:18:18.000Z","updated_at":"2025-01-29T05:55:13.000Z","dependencies_parsed_at":"2024-12-03T08:33:40.692Z","dependency_job_id":"4d7060a5-ef64-479c-ba2b-687e174a8e67","html_url":"https://github.com/reynaroyce12/LC-Blind75","commit_stats":null,"previous_names":["reynaroyce12/lc-blind","reynaroyce12/lc-blind75"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reynaroyce12%2FLC-Blind75","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reynaroyce12%2FLC-Blind75/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reynaroyce12%2FLC-Blind75/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reynaroyce12%2FLC-Blind75/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reynaroyce12","download_url":"https://codeload.github.com/reynaroyce12/LC-Blind75/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247749966,"owners_count":20989712,"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":["coding-challenge","coding-interview-preparations","leetcode-python","leetcode-solutions","python","technical-interviews"],"created_at":"2024-12-21T15:18:32.183Z","updated_at":"2025-04-07T23:45:23.083Z","avatar_url":"https://github.com/reynaroyce12.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LeetCode Blind 75 Solutions (Work In Progress)\n\nWelcome to my repository of solutions for the **LeetCode Blind 75**, a curated list of 75 high-quality coding problems frequently asked in technical interviews.\n\n## About\n\nThe **Blind 75** is a collection of coding problems across various categories designed to strengthen problem-solving skills and prepare for technical interviews. This repository contains my personal solutions to each problem, along with explanations and insights to aid understanding.\n\n## Includes\n\n- Solutions implemented in Python\n- Problem statement and solution descriptions.\n- Time and space complexity analysis.\n\n## Problem List\n\n### Arrays\n\n1. [Two Sum](https://github.com/reynaroyce12/LC-Blind/tree/main/Arrays/Two_Sum)  \n2. [Best Time to Buy and Sell Stock](https://github.com/reynaroyce12/LC-Blind/tree/main/Arrays/Best_Time_to_Buy_and_Sell_Stock)  \n3. [Contains Duplicate](https://github.com/reynaroyce12/LC-Blind/tree/main/Arrays/Contains_Duplicate)  \n4. [Product of Array Except Self](#link-to-solution)  \n5. [Maximum Subarray](https://github.com/reynaroyce12/LC-Blind/tree/main/Arrays/Maximum_Subarray)  \n6. [Maximum Product Subarray](https://github.com/reynaroyce12/LC-Blind75/tree/main/Arrays/Maximum_Product_SubArray)\n7. [Find Minimum in Rotated Sorted Array](https://github.com/reynaroyce12/LC-Blind75/tree/main/Arrays/Find_Minimum_In_Rotated_Sorted_Array)\n8. [Search in Rotated Sorted Array](https://github.com/reynaroyce12/LC-Blind75/tree/main/Arrays/Search_in_Rotated_Sorted_Array)\n9. [Three Sum](https://leetcode.com/problems/3sum/)\n10. [Container With Most Water](https://leetcode.com/problems/container-with-most-water/)\n\n\n### Binary\n\n1. [Missing Numbers](https://github.com/reynaroyce12/LC-Blind/tree/main/Binary/Missing_Numbers)\n\n### Strings\n\n1. [Valid Paranthesis](https://github.com/reynaroyce12/LC-Blind/tree/main/Strings/Valid%20Paranthesis)\n2. [Longest Substring Without Repeating Characters](https://github.com/reynaroyce12/LC-Blind75/tree/main/Strings/Longest_Substrings_Without_Repeating_Charaters) \n3. [Valid Palindrome](https://github.com/reynaroyce12/LC-Blind75/tree/main/Strings/Valid_Palindrome)\n4. [Longest Repeating Character Replacement](https://leetcode.com/problems/longest-repeating-character-replacement/description/)\n5. [Minimum Window Substring](https://leetcode.com/problems/minimum-window-substring/description/)\n6. [Group Anagram](https://leetcode.com/problems/group-anagrams/description/)\n7. [Longest Palindromic Substring](https://leetcode.com/problems/longest-palindromic-substring/description/)\n9. [Palindromic Substring](https://leetcode.com/problems/palindromic-substrings/description/)\n\n\n### Linked Lists\n \n1. [Linked List Cycle](https://github.com/reynaroyce12/LC-Blind75/tree/main/Linked_Lists/Linked_List_Cycle)  \n2. [Merge Two Sorted Lists](https://github.com/reynaroyce12/LC-Blind75/tree/main/Linked_Lists/Merge_Two_Sorted_Lists)  \n3. [Reverse Linked List](https://leetcode.com/problems/reverse-linked-list/description/)  \n\n\n\n## Contributions\nThis repository is primarily for personal learning and growth, but suggestions for improvement are welcome. Feel free to open an issue or submit a pull request.\n\n\n\u003c!-- ### Strings\n\n1. [Valid Anagram](#link-to-solution)  \n2. [Group Anagrams](#link-to-solution)  \n3. [Longest Substring Without Repeating Characters](#link-to-solution)  \n4. [Palindrome](#link-to-solution)  \n5. [String to Integer (atoi)](#link-to-solution)  \n6. [Roman to Integer](#link-to-solution)  \n7. [Longest Palindromic Substring](#link-to-solution)  \n\n### Dynamic Programming\n\n1. [Climbing Stairs](#link-to-solution)  \n2. [House Robber](#link-to-solution)  \n3. [Longest Increasing Subsequence](#link-to-solution)  \n4. [Coin Change](#link-to-solution)  \n5. [Word Break](#link-to-solution)  \n\n### Trees\n\n1. [Maximum Depth of Binary Tree](#link-to-solution)  \n2. [Symmetric Tree](#link-to-solution)  \n3. [Binary Tree Level Order Traversal](#link-to-solution)  \n4. [Path Sum](#link-to-solution)  \n5. [Validate Binary Search Tree](#link-to-solution)  \n\n### Linked Lists\n\n1. [Reverse Linked List](#link-to-solution)  \n4. [Palindrome Linked List](#link-to-solution)  \n\n### Backtracking\n\n1. [Permutations](#link-to-solution)  \n2. [Combination Sum](#link-to-solution)  \n3. [Subsets](#link-to-solution)  \n\n### Stacks and Queues\n\n1. [Valid Parentheses](#link-to-solution)  \n2. [Implement Queue Using Stacks](#link-to-solution)  \n\n### Graphs\n\n1. [Number of Islands](#link-to-solution)  \n2. [Course Schedule](#link-to-solution)  \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freynaroyce12%2Flc-blind75","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freynaroyce12%2Flc-blind75","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freynaroyce12%2Flc-blind75/lists"}