Skip to content

Commit 65d3112

Browse files
authored
Update formatting README.md assignment 1
1 parent 17f8011 commit 65d3112

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assignment-1/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This assignment required to detect the [k-cores](https://en.wikipedia.org/wiki/D
88
## Running the script
99
Use the command line to run the script:
1010

11-
`python k_cores.py <input_file>`
11+
python k_cores.py <input_file>
1212

1313
where `input_file` is the name of the file that contains the graph we wish to analyze. The graph files have the following form:
1414

@@ -34,8 +34,8 @@ In other words, each line of the file describes one edge between two nodes. In f
3434
## Example
3535
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

37-
`python k_cores.py example_graph.txt`
38-
37+
python k_cores.py example_graph.txt
38+
3939
The exit of the script should be the following:
4040

4141
0 2

0 commit comments

Comments
 (0)