/AlgoGin

Common data structures and algos

Primary LanguageC++

Build Status Coverage Status

What's this project about

Implementation of common classic data structures (dictionaries, trees, graphs, etc) and algorithms (sorting, graph, heuristic, etc) using the latest available C++ standard (C++17) and design patterns.

Goal

Educational purposes