Update README.md

This commit is contained in:
William Mantly 2023-09-25 18:44:17 +00:00
parent 4cfe8f6d87
commit 7ada690821

View File

@ -1,7 +1,7 @@
## Basics ## Basics
* [Title case](Title_Case/) -- loops * [Title case](Title_Case/) -- loops
* [Remove dupe](Remove_dupe/) -- loops * [Remove dupe](Remove_Dupe/) -- loops
* [Matrix Sort](Matrix_Sort/) -- nested loops * [Matrix Sort](Matrix_Sort/) -- nested loops
* [Birthday](Birthday/) -- import dt * [Birthday](Birthday/) -- import dt
* [Sum of Divisors](Sum_of_Divisors/) -- math * [Sum of Divisors](Sum_of_Divisors/) -- math