From 4cfe8f6d875466a79656a815c4d6e0e32aca2628 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Mon, 25 Sep 2023 18:42:57 +0000 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f17501d..e706466 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ ## Basics -title case -- loops -reemove dupe -- loops -Matrix Sort -- nested loops -Birthday -- import dt -Sum of Divisors -- math -Binary Converter --math -Currency -- loops DRY -Roman Numberals +* [Title case](Title_Case/) -- loops +* [Remove dupe](Remove_dupe/) -- loops +* [Matrix Sort](Matrix_Sort/) -- nested loops +* [Birthday](Birthday/) -- import dt +* [Sum of Divisors](Sum_of_Divisors/) -- math +* [Binary Converter](Binary_Converter/) --math +* [Currency](Currency/) -- loops DRY +* [Roman Numberals](Roman_Numerals/) ## Mid