Neetcode 150 is a curated list of 150 LeetCode problems designed to cover all possible patterns & topics in data structures. Mainly practicing in C, C++, Rust, Python ...
# save some space as we don't recreate graph\tree into adjacency list prior dfs and loop over the edge list directly ...