/Cpp-playground

C++ is crazy!

Primary LanguageC++

README

Data Structures

Graph

Weighted directed generic graph. It is implemented in a simple way without (explicit) heap allocations and uses modern features like:

Heap

Heap which can be heapified at any moment by calling heapify(). It is a max-heap by default.

Typeclasses

Infinity

Add an infinity value to any type!