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