- Added a wiki with pseudo code of the algorithms.
- Print level and time functions.
- Remove algorithm fleury (unfished).
- Added class Graph.
- Added algorithm Breadth First Search (BFS).
- Added algorithm Depth First Search (DFS).
- Added algorithm Dijkstra.
- Added algorithm fleury (unfished).
- Added algorithm Jarnik Prim.
- Added the possibility to draw graphs.
- Added suppport to view adjacency_matrix with Rich.