An open API service indexing awesome lists of open source software.

https://github.com/vikramdattu/beginnerprojectscpp

Contains solutions to simple puzzles useful for beginners to contribute to!
https://github.com/vikramdattu/beginnerprojectscpp

cpp multithreading palindrome

Last synced: 17 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.

- [Palindrome Checker](https://github.com/vikramdattu/BeginnerProjectsCPP/blob/master/Palindrome)