A Solution in Rust to Solve the Chinese Postman Problem.
It is a school project to add bonus points to my graph theory course.
-
The Route of the Postman from IDP Project by Ruslan Zabrodin at Chair M9 of Technische Universität München
-
Floyd Warshall All Pairs Shortest Path Algorithm and Eulerian Path/Circuit algorithm (Hierholzer's algorithm) from WilliamFiset
-
Assignment Problem Part -3 Unbalanced Assignment Problem from Dr. Maths