From 2143be8d479e9cfee85be0fe9427286828a81818 Mon Sep 17 00:00:00 2001 From: caoash Date: Mon, 15 Jun 2020 20:44:00 -0500 Subject: [PATCH] removed TODO list (all completed) --- content/4_Silver/Sorting.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/content/4_Silver/Sorting.md b/content/4_Silver/Sorting.md index dd6e6fe..41ebd60 100644 --- a/content/4_Silver/Sorting.md +++ b/content/4_Silver/Sorting.md @@ -1,7 +1,7 @@ --- id: sorting title: "Sorting" -author: Siyong (WIP) +author: Siyong, Michael Cao prerequisites: - - Silver - Containers @@ -16,16 +16,6 @@ prerequisites: - - **Sorting** is exactly what it sounds like: arranging items in some particular order.