Skip to content

Commit

Permalink
Merge pull request #3 from cnygaard/update-readme-markdown-format
Browse files Browse the repository at this point in the history
Update markdown formatting in README.md for better clarity of commands.
  • Loading branch information
cnygaard authored Oct 6, 2024
2 parents a569d63 + 1ec20f3 commit 3c1136a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ from main import hyrmis_sort
list = [64, 34, 25, 12, 22, 11, 90]
sorted_list = hyrmis_sort(list)
print(sorted_list)
```

## Time Complexity

Expand Down Expand Up @@ -66,3 +67,4 @@ To run the tests, follow these steps:

```bash
python test.py
```

0 comments on commit 3c1136a

Please sign in to comment.