From a91e386cacf8540d79ccdb7cd23c3b3a7d19161e Mon Sep 17 00:00:00 2001 From: Christian Nygaard Date: Sun, 6 Oct 2024 23:58:45 +0200 Subject: [PATCH] Add Timsort inspiration credits in README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 912c778..df83611 100644 --- a/README.md +++ b/README.md @@ -67,4 +67,8 @@ To run the tests, follow these steps: ```bash python test.py -``` \ No newline at end of file +``` + +## Inspiration + +HyRMIS Sort draws inspiration from Timsort, a hybrid sorting algorithm for use in Python. \ No newline at end of file