Skip to content

A program that analyzes the efficiency of hot-potato vs ant-colony graph routing algorithms.

Notifications You must be signed in to change notification settings

caleb765landis/Graph-Routing-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Routing Algorithms

This is a program that analyzes the efficiency of hot-potato vs ant-colony graph routing algorithms. This group project was created as an assignment for my Introduction to Operating Systems class at IUPUI. We were tasked with creating a program that utilizes threading to implement the two algorithms so we can determine which algorithm is more efficient in terms of time and number of hops between nodes. The hot-potato algorithm randomly chooses which neighbor node to move to next, while the ant-colony algorithm bases its next destination on probabilities from pheremones from previous "ant trails." Our methods and results are described in much greater details in the Results Microsoft Word document.

Other Contributors

  • Michael Burwell
  • Logan Kurker
  • Tristan Kolat

About

A program that analyzes the efficiency of hot-potato vs ant-colony graph routing algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published