All notable chanbes to this project will be documented in this file. This project adheres to Semantic Versioning.
Implemented enhancements:
- Add Bellman-Ford search algorithm
- Doxygen documentation hosted here
- add
has_path_connecting()
function
v1.1.2 (2018-02-06)
Implemented enhancements:
- Add search algorithms: Dijkstra, Bellman-Ford
- Serialization from and to .json objects
v1.1.1 (2018-01-25)
Implemented enhancements:
- Constructor from std::istream &
- Seralization to .dot files
- Better call to search algorithms
v1.1.0 (2018-01-17)
Implemented enhancements:
- Standardization of code throught AStyle
v1.0.1 (2018-01-06)
Implemented enhancements:
- Add search algorithms: BFS, DFS, DLS, IDDFS, UCS, A*