File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ This repository is dedicated to the memory of Nils Nillson who passed away in 20
1515
1616### Release notes
1717
18+ [ v1.2] ( https://github.com/justinhj/astar-algorithm-cpp/releases/tag/v1.2 )
19+ Breaking changes! C++ 11 is now the minimum required C++ standard complicance.
20+ User is now required to provide a Hash function for their Node type. Thanks to a contribution from @btdubs the closed
21+ list is now an unordered_set and this greatly speeds up the execution time of the algorithm.
22+ Check the included demo code for examples of the Hash implementation for various Node types.
23+
1824[ v1.1] ( https://github.com/justinhj/astar-algorithm-cpp/releases/tag/v1.1 )
1925Code cleanup and final version that does not require C++11
2026
You can’t perform that action at this time.
0 commit comments