Skip to content

Commit

Permalink
Made changes to README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
arp95 committed Mar 1, 2020
1 parent 0031ff0 commit be319ae
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ Arpit Aggarwal Markose Jacob
### Instructions for running the code
To run the code for finding the path, follow the following commands:

```
python Dijkstra_point.py 'startRow (1 to 200)' 'startCol (1 to 300)' 'endRow (1 to 200)' 'endCol (1 to 300)'
```
For example, running the python file on my local setup was:

```
python Dijkstra_point.py 20 10 100 100
cd codes
python Dijkstra_point.py
```


Expand Down

0 comments on commit be319ae

Please sign in to comment.