Fundamentals/README.md
2023-09-25 18:42:57 +00:00

29 lines
510 B
Markdown

## Basics
* [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
Word Count -- loops file
CC validate
Ceaser Cipher
## multi concept
Foot Trafic -- loops file
## Math Puzzels
McNuggest Numbers
Roulette Wheel
Tower of Hanoi