/BeginnerProjectsCPP

Contains solutions to simple puzzles useful for beginners to contribute to!

Primary LanguageC++

BeginnerProjectsCPP

A list of C++ projects for beginners

Contributing

Contributing to this repository in any way is encouraged.

Some ways to contribute are:

  • Writing new and editing existing solutions
  • Adding solutions in different languages to existing projects
  • Creating or adding new projects to the project list
  • Editing the README

Project List

Palindrome Checker

To find if a given number is palindrome or not. A palindrome is a word, phrase, number, or other sequence of characters which reads the same backward or forward.