Thanks for showing interest in contributing! 🎉
We welcome contributions from everyone to make this repository a great resource for learners. 🚀
-
🍴 Fork this repository
-
📥 Clone your fork
git clone https://github.com/pawanrajsingh2088/cpp-programs.git
-
🛠️ Add your C++ code in the appropriate folder (
Basics/,Algorithms/,DSA/, orProjects/). -
✍️ Make sure your code is well-commented and formatted.
-
✅ Commit your changes
git commit -m "Added <program-name>.cpp" -
🔁 Push your changes and open a Pull Request.
- Add only C++ programs
- Place your file inside the correct folder
- Use descriptive filenames (e.g.,
binary_search.cpp) - Avoid duplicates (enhance existing programs if necessary)
- Add comments to explain the logic
If you’re adding a sorting algorithm → place it in the Algorithms/ folder like this:
Algorithms/
┗ bubble_sort.cpp- 📚 Learn & practice C++
- 🌐 Experience open-source collaboration
- 🏅 Complete Hacktoberfest 2025 goals
- 🚀 Be part of the developer community
Happy Coding 👨💻👩💻