Ultimate DSA Interview Prep: 11/12 Graphs
19 min readSep 27, 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
Graphs
Easy:
Medium:
2. https://leetcode.com/problems/number-of-islands/
3. https://leetcode.com/problems/max-area-of-island/description/
4. https://leetcode.com/problems/course-schedule/description/
5. https://leetcode.com/problems/pacific-atlantic-water-flow/description/
6. https://leetcode.com/problems/min-cost-to-connect-all-points/description/
7. https://leetcode.com/problems/network-delay-time/description/