Skip to content

Deruago/DeamerAlgorithm

Repository files navigation

Deamer Algorithm

Overview

This library contains several algorithms used by Deamer and related projects.

The following algorithms are present:

Datastructure Algorithm
Tree DFS (Iterative and recursive)
Tree BFS
Tree Inplace

Install and building source code

git clone --recursive https://github.com/Deruago/DeamerAlgorithm.git
cd ./DeamerAlgorithm

mkdir build
cd ./build

cmake ..
sudo cmake --build . --target install

About

Algorithm library for Deamer.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published