27 lines
657 B
Markdown
27 lines
657 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_Validator/)
|
|
* [Caesar Cipher](Caesar_Cipher/)
|
|
|
|
## multi concept
|
|
|
|
* [Foot Trafic](Foot_Traffic/) -- loops file
|
|
|
|
## Math Puzzels
|
|
|
|
* [McNuggest Numbers](McNugget_Numbers/)
|
|
* [Roulette Wheel](Roulette_Wheel/)
|
|
* [Tower of Hanoi](Tower_of_Hanoi/)
|