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!
- Host: GitHub
- URL: https://github.com/vikramdattu/beginnerprojectscpp
- Owner: vikramdattu
- Created: 2017-12-01T12:14:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T05:40:38.000Z (over 8 years ago)
- Last Synced: 2025-02-21T18:41:28.948Z (over 1 year ago)
- Topics: cpp, multithreading, palindrome
- Language: C++
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)