Ultimate DSA Interview Prep: 6/12 Binary Search
19 min readSep 2, 2024
A curated list of LeetCode problems covering key concepts and techniques to help you prepare for your next DSA interview.
- Arrays & Strings
- Hashmaps & Sets
- 2 Pointers
- Stacks
- Linked List
- Binary Search
- Sliding Window
- Trees
- Heaps
- Recursive Backtracking
- Graphs
- Dynamic Programming
Binary Search
Easy:
- https://leetcode.com/problems/binary-search/description/
- https://leetcode.com/problems/search-insert-position/
- https://leetcode.com/problems/first-bad-version/description/
- https://leetcode.com/problems/valid-perfect-square/description/
Medium:
5. https://leetcode.com/problems/search-a-2d-matrix/description/
6. https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/
7. https://leetcode.com/problems/search-in-rotated-sorted-array/description/