Below are a list of the Blind 75. This is a list curated by Blind to try to encompass the most important concepts covered in Leetcode to be applicable to different coding interviews. I'm going to try to do them all, wish me luck.
- Two Sum | My Solution
- Best Time to Buy and Sell Stock | My Solution
- Contains Duplicate | My Solution
- Product of Array Except Self | My Solution
- Maximum Subarray | My Solution
- Maximum Product Subarray | My Solution
- Find Minimum in Rotated Sorted Array | My Solution
- Search in Rotated Sorted Array | My Solution
- 3Sum | My Solution
- Container With Most Water | My Solution
- Sum of Two Integers | My Solution
- Number of 1 Bits | My Solution
- Counting Bits | My Solution
- Missing Number | My Solution
- Reverse Bits | My Solution
- Climbing Stairs
- Coin Change
- Longest Increasing Subsequence
- Longest Common Subsequence
- Word Break Problem
- Combination Sum
- House Robber
- House Robber II
- Decode Ways
- Unique Paths
- Jump Game
- Clone Graph
- Course Schedule
- Pacific Atlantic Water Flow
- Number of Islands
- Longest Consecutive Sequence
- Alien Dictionary (Leetcode Premium)
- Graph Valid Tree (Leetcode Premium)
- Number of Connected Components in an Undirected Graph (Leetcode Premium)
- Insert Interval | My Solution
- Merge Intervals
- Non-overlapping Intervals
- Meeting Rooms (Leetcode Premium)
- Meeting Rooms II (Leetcode Premium)
- Reverse a Linked List | My Solution
- Detect Cycle in a Linked List | My Solution
- Merge Two Sorted Lists | My Solution
- Merge K Sorted Lists
- Remove Nth Node From End Of List | My Solution
- Reorder List | My Solution
- Longest Substring Without Repeating Characters | My Solution
- Longest Repeating Character Replacement | My Solution
- Minimum Window Substring
- Valid Anagram | My Solution
- Group Anagrams | My Solution
- Valid Parentheses | My Solution
- Valid Palindrome | My Solution
- Longest Palindromic Substring
- Palindromic Substrings
- Encode and Decode Strings (Leetcode Premium)
- Maximum Depth of Binary Tree | My Solution
- Same Tree | My Solution
- Invert/Flip Binary Tree
- Binary Tree Maximum Path Sum
- Binary Tree Level Order Traversal | My Solution
- Serialize and Deserialize Binary Tree
- Subtree of Another Tree
- Construct Binary Tree from Preorder and Inorder Traversal
- Validate Binary Search Tree
- Kth Smallest Element in a BST | My Solution
- Lowest Common Ancestor of BST
- Implement Trie (Prefix Tree)
- Add and Search Word
- Word Search II
add additional