29 lines
510 B
Markdown
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
|
|
|