Skip to content

Chinese Postman Problem (CPP) or Route Inspection Problem Solution in Rust

Notifications You must be signed in to change notification settings

JagerHoHo/rust-chinese-postman-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chinese Postman Problem Solution in Rust

What is it?

A Solution in Rust to Solve the Chinese Postman Problem.

Why is it created?

It is a school project to add bonus points to my graph theory course.

Example Usage

Check the main.rs and lib.rs

Reference