Skip to content

Latest commit

 

History

History
64 lines (60 loc) · 2.58 KB

README.md

File metadata and controls

64 lines (60 loc) · 2.58 KB

ProgramingChallenges

All task from list of Programming Challenges v1.4 list

If you have any questions, you can contact me by email morasiu2@gmail.com

Table of content

  1. 00 Name generator
  2. 01 Higher/lower
  3. 02 Temperature Converter
  4. 03 Age Calculator
  5. 04 Cipher
  6. 05 FizzBuzz
  7. 06 RockPaperScizzors with AI
  8. 07 Project Euler (first 10 problems)
  9. 08 Hangman (with online words)
  10. 09 Love Calculator
  11. 10 Random Sentence Generator
  12. 11 Password Generator
  13. 12 Internet Time

Bonus

  1. Loading animation

Progress

All - 100
Done - 13
Remain - 89

  • 00 Name Generator - 29.01.2018 Done (Python 3)
    00
  • 01 Higher/lower - 31.01.2018 Done (C#)
    01
  • 02 Temperature Converter - 05.02.2018 Done (C#)
    02
  • 03 Age Calculator - 07.02.2018 Done (C#)
    03
  • 04 Cipher - 08.02.2018 Done (C#)
    Encrypting
    04
  • 05 FizzBuzz - 08.02.2018 Done (C#)
    05
  • 06 RockPaperScizzors with AI (Check diagram in directrory) - 14.02.2018 Done (C#)
    AI algorithm
    06
  • 07 Project Euler (first 10 problems) - 24.02.2018 Done (C#) Project Euler
    07
  • 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
    08
  • 09 Love Calculator - 27.02.2018 Done (C#)
    How it works
    09
  • 10 Random Sentence Generator - 28.02.2018 Done (C#)
    10
  • 11 Password Generator - 28.02.2018 Done (C#)
    11
  • 12 Internet Time Clock - 01.03.2018 Done (C#) Why Clock? I found Internet Time quite boring challenge so I've made clock with ASCII art.
    12

Bonus

  • Bonus 1 Loading animation in console 24.02.2018 Done (C#)Bonus 1