Skip to content

T-yago/IA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

104 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HealthPlanet Delivery System

This project is a delivery app that uses divers search algorithms to come upon the best path solution, for a company named HealthPlanet.

How to Run

  1. Ensure Python 3 is installed on your system.
  2. Move to src/
  3. Run the script using the command: python Main.py

Approached Algorithms

  1. DFS (Depth-First Search)
  2. BFS (Breadth-First Search)
  3. IDDFS (Iterative Deepening Depth-First Search)
  4. UCS (Uniform Cost Search)
  5. Dijkstra
  6. Floyd Warshall
  7. Bellman-Ford
  8. Random Walk
  9. A*
  10. IDA*
  11. Greedy

About

Delivery App that ensures shortest delivery time evaluating different vehicles, their CO2 emissions, and couriers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages