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 ## Basics
title case -- loops * [Title case](Title_Case/) -- loops
reemove dupe -- loops * [Remove dupe](Remove_dupe/) -- loops
Matrix Sort -- nested loops * [Matrix Sort](Matrix_Sort/) -- nested loops
Birthday -- import dt * [Birthday](Birthday/) -- import dt
Sum of Divisors -- math * [Sum of Divisors](Sum_of_Divisors/) -- math
Binary Converter --math * [Binary Converter](Binary_Converter/) --math
Currency -- loops DRY * [Currency](Currency/) -- loops DRY
Roman Numberals * [Roman Numberals](Roman_Numerals/)
## Mid ## Mid