Skip to content

Releases: bren007pie/NPC_Racer

Path Counting BugFix v1.0.1

18 Jan 18:48
Compare
Choose a tag to compare

Fixed bug with counting nodes explored and path length as well as updated path display.

1.0.0 Project Release

17 Jan 18:08
50adeaf
Compare
Choose a tag to compare

The project's first release compares execution times for the Depth-first single-pass search algorithm and Dijkstra's shortest path algorithm. Tested and working using GNU GCC compiler with C++20 on Windows 10 x64.