Vekteur / algorithms

Algorithms implemented and tested in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms

This repository contains a collection of algorithms and data structures. All algorithms are written in modern c++ and aim to be simple and efficient. Several implementations have been adapted from the great resource http://e-maxx.ru/. Tests have been written for each algorithm but they are not extensive. The test library is catch.

List of implementations

About

Algorithms implemented and tested in C++

License:MIT License


Languages

Language:C++ 99.6%Language:C 0.3%Language:CMake 0.1%