Skip to content

Commit

Permalink
Readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
William Farmer committed Sep 12, 2016
1 parent 875f7ab commit ffb4c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ Make sure you install the dependencies with
To test the homework, run the tests.

```bash
┬─[william@fillory:~/Dropbox/classwork/2016b/csci3202]
╰─>$ cd ./hw1
┬─[william@fillory:~/Dropbox/classwork/2016b/csci3202]
┬─[william@fillory:~/csci3202]
╰─>$ py.test
```

Expand Down
2 changes: 1 addition & 1 deletion hw3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def shortest_path_Astar(self, s, e):

## Analysis

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

```
Dijkstra Algorithm
Expand Down

0 comments on commit ffb4c79

Please sign in to comment.