varlackc / CodingChallenges

List of Coding Challenges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coding Challenges

Here is a list of different coding challenges, the coding challenges are intended as exercises used to practice some basic programming concepts in a practical way. Here is a list of challenges:

  • FizzBuzz
    • This challenge is used to describe the properties of a number system
  • Game Of Life
    • Is used to explore the cellular automata concepts.
  • Calculator
    • Calculator with features such as undo using the memento design pattern.
    • In addition the calculator uses localization in order to support other languages.
    • The calculator uses regular expresions in order to validate the calculator input.
  • Local JSON
    • Get local json data in external files locally.
  • Tick Tack Toe
    • Is used to explore design of algorithms, web development and web design.

Other Coding Challenges will be added as needed.

About

List of Coding Challenges


Languages

Language:JavaScript 42.8%Language:C# 26.3%Language:HTML 16.7%Language:CSS 14.1%