Skip to content

FatFiredProgrammer/CodingChallenges

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

219 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Challenges

Contains solved coding challenges in C++, C# and Python.

My Blog

So far:

  • A Pig Latin Parser. Simple program. Converts a string to "Latin de Cochon" i.e. Wolf becomes olfway.
  • A Palindrome checker. It simply assesses if a string is a palindrome, i.e. its reverse is the same as the untouched word. Dad is a palindrome.
  • Vowel Counter. Counts vowels in a string.
  • A more sophisticated project, a notepad clone with spellcheck.
  • A Visual Calculator.
  • A word ladder creator.
  • Powerplant simulator.
  • Print iterator.
  • Garage Door Simulator.
  • A decimal to binary.

And many more!

About

Contains solved coding challenges in C# and Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 64.4%
  • Python 23.5%
  • C++ 12.1%