ThwyIgo / Cpp-playground

C++ is crazy!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

C++ is crazy!


Languages

Language:C++ 99.0%Language:CMake 1.0%