From 27170a41d9cf47a8048bccb040fdb287b8af7bcc Mon Sep 17 00:00:00 2001 From: internetlandlord Date: Wed, 19 Oct 2022 18:43:07 +0000 Subject: Added quick-sort algorithm and verified function. Updated README to reflect chosen algos --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0e55372..98e11ab 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,15 @@ science algorithms with file manipulation (using CSV files of random numbers). The functional file contains I/O functions for ingressing and egressing data. +### Algos covered: +* Selection Sort +* Insertion Sort +* Quick Sort +* Bubble Sort +* Merge Sort + +More to come! + ###### inputout.py * Contains functions that are imported into algorithm scripts for ingressing/ exporting data to csv -- cgit v1.2.3