Reads a .txt file of city-to-city flights and uses Breadth-First Search (BFS) to determine if a path exists between two locations. Highlights file I/O, graphs, and queue-based traversal.
queue cpp vector array data-structures loops conditional-statements c-strings breadth-first-search-algorithm
-
Updated
Apr 23, 2025 - C++