This repository is your go-to place to contribute amazing Data Structures and Algorithms in C++ during Hacktoberfest 2025.
Whether youโre a beginner or an experienced coder, this is your chance to learn, code, and grow with open source ๐ช
- ๐น Searching & Sorting
- ๐น Graph Algorithms
- ๐น Dynamic Programming
- ๐น Greedy Techniques
- ๐น Recursion & Backtracking
- ๐น Tree, Linked List, Stack, Queue
- Fork this repository
- Create a new branch
git checkout -b feature/add-your-algorithm
Add your code inside the algorithms/ folder
Commit & push
bash Copy code git add . git commit -m "feat: Add in C++" git push origin feature/add-your-algorithm Open a Pull Request
Wait for review & merge โ