Ahnaf Shahrear Khan - Computer Science & Engineering, University of Rajshahi
Blind 75 is a popular list of algorithm practice problems. This list is from neetcodeio Blind 75
- Contains Duplicate ✓ • Valid Anagram ✓ • Two Sum ✓ • Group Anagrams ✓ • Top K Frequent Elements ✓
- Product of Array Except Self ✓ • Encode and Decode Strings • Longest Consecutive Sequence ✓
- Best Time to Buy And Sell Stock ✓ • Longest Substring Without Repeating Characters ✓
- Longest Repeating Character Replacement ✓ • Minimum Window Substring ✓
- Reverse Linked List ✓ • Merge Two Sorted Lists ✓ • Reorder List
- Remove Nth Node From End of List ✓ • Linked List Cycle ✓ • Merge k Sorted Lists
- Invert Binary Tree • Maximum Depth of Binary Tree • Same Tree • Subtree of Another Tree
- Lowest Common Ancestor of a Binary Search Tree • Validate Binary Search Tree
- Construct Binary Tree from Preorder and Inorder Traversal
- Binary Tree Level Order Traversal • Kth Smallest Element in a BST
- Binary Tree Maximum Path Sum • Serialize And Deserialize Binary Tree
- Number of Islands ✓ • Pacific Atlantic Water Flow
- Clone Graph • Course Schedule ✓
- Number of Connected Components In An Undirected Graph • Graph Valid Tree