From ff55f26f024ff6eaa72b25239906768872bb94ff Mon Sep 17 00:00:00 2001 From: internetlandlord Date: Wed, 26 Oct 2022 16:50:35 +0000 Subject: Added a heap-sort algorithm, as well as updating README.md accordingly --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6085258..32befaa 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ The functional file contains I/O functions for ingressing and egressing data. * Quick Sort * Bubble Sort * Merge Sort +* Heap Sort More to come! @@ -19,6 +20,7 @@ More to come! ## Ideas - Reverse order sorting algorithms (to kick it up a notch) - time study (how long does each take) + complexity log +- seperate appends depending on each algorithm used ## Other funcions @@ -33,5 +35,5 @@ exporting data to csv * Used to create randomly-generated CSVs for testing algorithm performance #### tripler.py -* Serves as a proof-of-concept for file manipulation +* Serves as a proof-of-concept for file content manipulation -- cgit v1.2.3