List datastructures
Data structures that allow to hold data in a list.
Hash table
Documentation about hash tables.
Heap
Documenation about the Heap data structure.
Sorting algorithms
Algorithms that sort a list of elements into a specific order.
Pathfinding algorithms
Algorithms that find the best path between two nodes of a graph
Euclidean algorithm
Documentation about the euclidean and extended euclidean algorithm.