Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from Alpaca-zip/fix/readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Alpaca-zip committed Jul 17, 2023
2 parents f2bf776 + 06fe644 commit 5df4750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $ git clone https://github.com/Alpaca-zip/dijkstra_algorithm.git
```
### 2. Compile the program using a C++ compiler.
```
$ build.sh
$ bash build.sh
```
### 3. Run the program.
You will be prompted to input the number of nodes, the number of edges, and the source node. For each edge, you should specify the source node, the destination node, and the weight of the edge.
Expand Down

0 comments on commit 5df4750

Please sign in to comment.