Skip to content

Tags: Deruago/DeamerAlgorithm

Tags

deamer-algorithm-0.1.2

Toggle deamer-algorithm-0.1.2's commit message
Add missing includes

deamer-algorithm-0.1.1

Toggle deamer-algorithm-0.1.1's commit message
Update DFS heap algorithm (parent + subnodes)

The algorithm crashed when giving some subtrees with valid root parent.
By checking if the root is the parent result of the starting node, we solve this issue.

As we make the exiting call, the parent address, which by default is nullptr, unless some subtree was given.

deamer-algorithm-0.1.0

Toggle deamer-algorithm-0.1.0's commit message
DFS now accepts constant combinations