updated readme with spaces
This commit is contained in:
parent
66782dd9c6
commit
60a9d2e296
1 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
- ✅ [First UML diagram](answers.md)
|
- ✅ [First UML diagram](answers.md)
|
||||||
|
|
||||||
|
|
||||||
- ✅ Path class implementation
|
- ✅ Path class implementation
|
||||||
- ✅ createFastestPathFromNodes
|
- ✅ createFastestPathFromNodes
|
||||||
- ✅ createShortestPathFromNodes
|
- ✅ createShortestPathFromNodes
|
||||||
|
@ -13,14 +14,17 @@
|
||||||
- ✅ getTravelTime
|
- ✅ getTravelTime
|
||||||
- ✅ getMinimumTravelTime
|
- ✅ getMinimumTravelTime
|
||||||
|
|
||||||
|
|
||||||
## Part 3
|
## Part 3
|
||||||
|
|
||||||
- ✅ [Second UML diagram](answers.md)
|
- ✅ [Second UML diagram](answers.md)
|
||||||
|
|
||||||
|
|
||||||
- ✅ BinaryHeap implementation
|
- ✅ BinaryHeap implementation
|
||||||
- ✅ implemented the remove() method
|
- ✅ implemented the remove() method
|
||||||
- ✅ improved the method by using a hashmap
|
- ✅ improved the method by using a hashmap
|
||||||
|
|
||||||
|
|
||||||
- ✅ Created Label
|
- ✅ Created Label
|
||||||
- ✅ Attributes
|
- ✅ Attributes
|
||||||
- ✅ currNode
|
- ✅ currNode
|
||||||
|
@ -31,6 +35,7 @@
|
||||||
- ✅ getCost
|
- ✅ getCost
|
||||||
- ✅ compareTo
|
- ✅ compareTo
|
||||||
|
|
||||||
|
|
||||||
- ✅ implemented Dijkstra
|
- ✅ implemented Dijkstra
|
||||||
- ✅ handling special types of paths (pedestrians, car roads etc)
|
- ✅ handling special types of paths (pedestrians, car roads etc)
|
||||||
- ✅ added notifyNodeReached to show reached nodes on map
|
- ✅ added notifyNodeReached to show reached nodes on map
|
||||||
|
@ -41,14 +46,17 @@
|
||||||
- ✅ Modified Label
|
- ✅ Modified Label
|
||||||
- ✅ included getTotalCost
|
- ✅ included getTotalCost
|
||||||
|
|
||||||
|
|
||||||
- ✅ Created LabelStar (inherits from Label)
|
- ✅ Created LabelStar (inherits from Label)
|
||||||
- ✅ (new) Attributes
|
- ✅ (new) Attributes
|
||||||
- ✅ crowCost
|
- ✅ crowCost
|
||||||
- ✅ Methods
|
- ✅ Methods
|
||||||
- ✅ getTotalCost
|
- ✅ getTotalCost
|
||||||
|
|
||||||
|
|
||||||
- ✅ Modified Dijkstra (modularity)
|
- ✅ Modified Dijkstra (modularity)
|
||||||
|
|
||||||
|
|
||||||
- ✅ implemented A-Star
|
- ✅ implemented A-Star
|
||||||
- ✅ built upon Dijkstra with another Label type
|
- ✅ built upon Dijkstra with another Label type
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue