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

27 lines
656 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](Word_count/) -- loops file
* [CC validate](Credit_Card_Validate/)
* [Ceaser Cipher](Ceaser_Cipher/)
## multi concept
* [Foot Trafic](Foot_Traffic/) -- loops file
## Math Puzzels
* [McNuggest Numbers](McNugget_Numbers/)
* [Roulette Wheel](Roulette_Whell/)
* [Tower of Hanoi](Tower_of_Hanoi/)