Skip to content

Releases: Deruago/DeamerAlgorithm

Deamer Algorithm 0.1.2

Choose a tag to compare

@Deruago Deruago released this 30 Apr 15:04
deamer-algorithm-0.1.2

Add missing includes

Deamer Algorithm 0.1.1

Choose a tag to compare

@Deruago Deruago released this 04 Dec 20:12

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

Choose a tag to compare

@Deruago Deruago released this 15 Nov 19:52

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.