Skip to content

Dijkstra's algorithm and a greedy change algorithm. Also, an example of the greedy change algorithm that fails with different change values and a solution to that problem.

Notifications You must be signed in to change notification settings

MuhammadH/DijAndGreedyChange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# DijAndGreedyChange
Dijkstra's algorithm and a greedy change algorithm. Also, an example of the greedy change algorithm that fails with different change values and a solution to that problem. 

Dijkstra's algorithm will also show relaxation process. 

Read the greedy algorithm top comments in this order:
greed_change.py
greed_change_fail.py
greed_change_fail_fix.py

About

Dijkstra's algorithm and a greedy change algorithm. Also, an example of the greedy change algorithm that fails with different change values and a solution to that problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages