Skip to content

Commit

Permalink
Final README update
Browse files Browse the repository at this point in the history
  • Loading branch information
William Farmer committed Sep 13, 2016
1 parent 41ac501 commit 90e3275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def shortest_path_Astar(self, s, e):

## Analysis

We note that between Dijkstra and A star, A star was more efficient!
We note that between Dijkstra and A*, Dijkstra was more efficient!

```
Dijkstra Algorithm
Expand Down

0 comments on commit 90e3275

Please sign in to comment.