An open API service indexing awesome lists of open source software.

https://github.com/reynaroyce12/lc-blind75

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)
https://github.com/reynaroyce12/lc-blind75

coding-challenge coding-interview-preparations leetcode-python leetcode-solutions python technical-interviews

Last synced: 11 months ago
JSON representation

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)

Awesome Lists containing this project

README

          

# LeetCode Blind 75 Solutions (Work In Progress)

Welcome to my repository of solutions for the **LeetCode Blind 75**, a curated list of 75 high-quality coding problems frequently asked in technical interviews.

## About

The **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.

## Includes

- Solutions implemented in Python
- Problem statement and solution descriptions.
- Time and space complexity analysis.

## Problem List

### Arrays

1. [Two Sum](https://github.com/reynaroyce12/LC-Blind/tree/main/Arrays/Two_Sum)
2. [Best Time to Buy and Sell Stock](https://github.com/reynaroyce12/LC-Blind/tree/main/Arrays/Best_Time_to_Buy_and_Sell_Stock)
3. [Contains Duplicate](https://github.com/reynaroyce12/LC-Blind/tree/main/Arrays/Contains_Duplicate)
4. [Product of Array Except Self](#link-to-solution)
5. [Maximum Subarray](https://github.com/reynaroyce12/LC-Blind/tree/main/Arrays/Maximum_Subarray)
6. [Maximum Product Subarray](https://github.com/reynaroyce12/LC-Blind75/tree/main/Arrays/Maximum_Product_SubArray)
7. [Find Minimum in Rotated Sorted Array](https://github.com/reynaroyce12/LC-Blind75/tree/main/Arrays/Find_Minimum_In_Rotated_Sorted_Array)
8. [Search in Rotated Sorted Array](https://github.com/reynaroyce12/LC-Blind75/tree/main/Arrays/Search_in_Rotated_Sorted_Array)
9. [Three Sum](https://leetcode.com/problems/3sum/)
10. [Container With Most Water](https://leetcode.com/problems/container-with-most-water/)

### Binary

1. [Missing Numbers](https://github.com/reynaroyce12/LC-Blind/tree/main/Binary/Missing_Numbers)

### Strings

1. [Valid Paranthesis](https://github.com/reynaroyce12/LC-Blind/tree/main/Strings/Valid%20Paranthesis)
2. [Longest Substring Without Repeating Characters](https://github.com/reynaroyce12/LC-Blind75/tree/main/Strings/Longest_Substrings_Without_Repeating_Charaters)
3. [Valid Palindrome](https://github.com/reynaroyce12/LC-Blind75/tree/main/Strings/Valid_Palindrome)
4. [Longest Repeating Character Replacement](https://leetcode.com/problems/longest-repeating-character-replacement/description/)
5. [Minimum Window Substring](https://leetcode.com/problems/minimum-window-substring/description/)
6. [Group Anagram](https://leetcode.com/problems/group-anagrams/description/)
7. [Longest Palindromic Substring](https://leetcode.com/problems/longest-palindromic-substring/description/)
9. [Palindromic Substring](https://leetcode.com/problems/palindromic-substrings/description/)

### Linked Lists

1. [Linked List Cycle](https://github.com/reynaroyce12/LC-Blind75/tree/main/Linked_Lists/Linked_List_Cycle)
2. [Merge Two Sorted Lists](https://github.com/reynaroyce12/LC-Blind75/tree/main/Linked_Lists/Merge_Two_Sorted_Lists)
3. [Reverse Linked List](https://leetcode.com/problems/reverse-linked-list/description/)

## Contributions
This 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.