Member-only story
Ultimate DSA Interview Prep: 1/12 Arrays & Strings
22 min readAug 17, 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
Arrays & Strings
Easy:
- https://leetcode.com/problems/find-closest-number-to-zero/description/
- https://leetcode.com/problems/merge-strings-alternately/description/
- https://leetcode.com/problems/roman-to-integer/description/
- https://leetcode.com/problems/is-subsequence/description/
- https://leetcode.com/problems/best-time-to-buy-and-sell-stock/description/
- https://leetcode.com/problems/longest-common-prefix/description/
- https://leetcode.com/problems/summary-ranges/description/