Update README.md

This commit is contained in:
William Mantly 2023-09-25 18:42:57 +00:00
parent dcf0512e25
commit 4cfe8f6d87

View File

@ -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