Skip to content

deirdrelk/cs-325-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

cs-325-portfolio

Analysis of Algorithms course.

Traveling Salesperson Problem with nearest neighbor heuristic. Python greedy algorithm solution to NP-hard problem.

Input Graph is a 2-D adjacency matrix; at each vertex, algorithm chooses smallest edge.

About

Analysis of Algorithms course. Traveling Salesperson Problem with nearest neighbor heuristic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages