Releases: Deruago/DeamerAlgorithm
Releases · Deruago/DeamerAlgorithm
Deamer Algorithm 0.1.2
deamer-algorithm-0.1.2 Add missing includes
Deamer Algorithm 0.1.1
Overview
This patch fixes an issue where using a subtree, crashes the optimized DFS algorithm. This patch fixes this by redefining the check for parent node (instead of nullptr, the parent of the start node of some tree is used to stop the algorithm).
Deamer Algorithm V0.1.0
Introduction
Deamer Algorithm is a library used to give various algorithms used by both Deamer CC and the output generated by Deamer CC.
Currently the library is very small and limited in usage. In later version more algorithms will be supported.
Overview
Add support for:
- DFS algorithm
- BFS algorithm
- Inplace algorithm, returns the path from some node to its root.