All task from list of Programming Challenges v1.4
If you have any questions, you can contact me by email morasiu2@gmail.com
- 00 Name generator
- 01 Higher/lower
- 02 Temperature Converter
- 03 Age Calculator
- 04 Cipher
- 05 FizzBuzz
- 06 RockPaperScizzors with AI
- 07 Project Euler (first 10 problems)
- 08 Hangman (with online words)
- 09 Love Calculator
- 10 Random Sentence Generator
- 11 Password Generator
- 12 Internet Time
- 13 Haiku Generator
- 14 Magic 8-ball
- 15 Collatz Conjecture
- 16 Reverse String
17 Eurelian Path- 18 Simple File Explorer
All - 100
Done - 16
Remain - 84
- 00 Name Generator - 29.01.2018 Done (
Python 3
)
- 01 Higher/lower - 31.01.2018 Done (
C#
)
- 02 Temperature Converter - 05.02.2018 Done (
C#
)
- 03 Age Calculator - 07.02.2018 Done (
C#
)
- 04 Cipher - 08.02.2018 Done (
C#
)
Encrypting
- 05 FizzBuzz - 08.02.2018 Done (
C#
)
- 06 RockPaperScizzors with AI (Check diagram in directrory) - 14.02.2018 Done (
C#
)
AI algorithm
- 07 Project Euler (first 10 problems) - 24.02.2018 Done (
C#
) Project Euler
- 08 Hangman (with online words) - 24.02.2018 Done (
C#
) Words are from Fake Name Generator, but these are real words. Trust me. Definitions are form FreeDictionary
- 09 Love Calculator - 27.02.2018 Done (
C#
)
How it works
- 10 Random Sentence Generator - 28.02.2018 Done (
C#
)
- 11 Password Generator - 28.02.2018 Done (
C#
)
- 12
Internet TimeClock - 01.03.2018 Done (C#
) Why Clock? I found Internet Time quite boring challenge so I've made clock with ASCII art.
- 13 Haiku Generator - 02.03.2018 Done (
C#
)
- 14 Magic 8-ball - 06.03.2018 Done (
C#
)
- 15 Collatz Conjecture - 06.03.2018 Done (
C#
)
- 16 Reverse String - 07.03.2018 Done (
C#
)
Yeah, so... Reverse string isn't that hard so I've made one-liner challenge
string.Concat(text.Reverse())
- 17
Eurelian Path
Why I didn't solve that challenge? It sounds fun, but I hate writing GUI and that would be a nightmare for me. Maybe some day? - 18 Simple file Explorer Pending (
C#
)
- Bonus 1 Loading animation in console 24.02.2018 Done (
C#
)