Data Structures and Algorithms DICTIONARY (2024)
Bookmark this website/post so you can refer back to it!
BFS (breadth-first search): An algorithm that searches through all nodes connected to some starting node in a graph. Similar to DFS. Consider it like water spreading through a network of pipes -...
blog.hackunited.org7 min read