MuhammadH/DijAndGreedyChange
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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