Skip to content

Releases: Deruago/DeamerAlgorithm

Deamer Algorithm 0.1.2

30 Apr 15:04

Choose a tag to compare

deamer-algorithm-0.1.2

Add missing includes

Deamer Algorithm 0.1.1

04 Dec 20:12

Choose a tag to compare

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

15 Nov 19:52

Choose a tag to compare

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.