diff options
author | internetlandlord <f.fredhenry@gmail.com> | 2022-10-26 16:50:35 +0000 |
---|---|---|
committer | internetlandlord <f.fredhenry@gmail.com> | 2022-10-26 16:50:35 +0000 |
commit | ff55f26f024ff6eaa72b25239906768872bb94ff (patch) | |
tree | 8a462252cf7de0c35626404bcc81b14420c963fa /README.md | |
parent | c63df88afb86cab2de9a22d22030c8687cb25f83 (diff) |
Added a heap-sort algorithm, as well as updating README.md accordingly
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |