Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 506 Bytes

CHANGELOG.md

File metadata and controls

22 lines (17 loc) · 506 Bytes

Changelog

v0.1.1

New Features

  • Added a wiki with pseudo code of the algorithms.
  • Print level and time functions.

Changes

  • Remove algorithm fleury (unfished).

v0.1.0

New Features

  • 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.