0
kicks
Breadth and depth first search implementation in C++
When I had to hand in the work for the artificial intelligence discipline, the teacher wanted the code in C++ and I had already started developing the code in C#. The result was two versions of the same functions. The code presented uses an adjacency matrix to represent the links between the cities that are part of the Romania map. Read to the end.