Skip to content

Commit a81e068

Browse files
authored
Fix typo in README.md assignment 1
1 parent b78a301 commit a81e068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assignment-1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ where `input_file` is the name of the file that contains the graph we wish to an
3232
In other words, each line of the file describes one edge between two nodes. In fact, all graphs are undirected.
3333

3434
## Example
35-
The script is runned for the text file [example_graph.txt](https://github.com/stef4k/Algorithms-and-data-structures-assignments/blob/main/assignment-1/graphs/example_graph.txt):
35+
The script is run for the text file [example_graph.txt](https://github.com/stef4k/Algorithms-and-data-structures-assignments/blob/main/assignment-1/graphs/example_graph.txt):
3636

3737
`python k_cores.py example_graph.txt`
3838

0 commit comments

Comments
 (0)