From e8b68168fccb9c9bdd71625120e5c810927916e3 Mon Sep 17 00:00:00 2001 From: internetlandlord Date: Fri, 21 Oct 2022 13:56:18 -0500 Subject: housekeeping on files and README.md --- quick-sort.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'quick-sort.py') diff --git a/quick-sort.py b/quick-sort.py index e048970..1f807dd 100755 --- a/quick-sort.py +++ b/quick-sort.py @@ -3,6 +3,8 @@ # ---------- Quick Sort # Python implementation of the quick sort algorithm # performed against a randomly-generated list of numbers +# Uses return arguments in the recursively called quickSort() +# function # ---------- Imported modules -- cgit v1.2.3