Skip to content

Commit

Permalink
Merge pull request #6 from cnygaard/add-timsort-credits-in-readme
Browse files Browse the repository at this point in the history
Add Timsort inspiration credits in README.md
  • Loading branch information
cnygaard authored Oct 6, 2024
2 parents 9ece55e + a91e386 commit d5ad436
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@ To run the tests, follow these steps:

```bash
python test.py
```
```

## Inspiration

HyRMIS Sort draws inspiration from Timsort, a hybrid sorting algorithm for use in Python.

0 comments on commit d5ad436

Please sign in to comment.