Feel free to make changes and pull a request, Here there will be all codes of DSA topics covered in cpp necessary for placement
Work in Progress.
Thank you for considering contributing to [Complete_DSA_CPP]! We welcome contributions of all types, whether it's reporting bugs, suggesting improvements, or submitting code.
-
Fork the Repository: Click the "Fork" button at the top right of this page to create your copy of the repository.
-
Clone Your Fork: Use the following command to clone your fork to your local machine:
git clone https://github.com/PrAyAg9/Complete_DSA_CPP.git
- Create a New Branch: Create a branch for your feature or bug fix:
git checkout -b your-branch-name
-
Make Your Changes: Implement your feature or fix your bug. Make sure to follow the coding conventions used in the project.
-
Write Tests: If applicable, ensure that your changes are covered by tests.
-
Commit Your Changes: Write clear, concise commit messages that explain your changes:
git commit -m "Add a short description of your changes"
- Push to Your Fork: Push your changes to your fork:
git push origin your-branch-name
- Submit a Pull Request: Go to the original repository and submit a pull request. Describe your changes in detail, and link any related issues.
-----------------
THANK YOU
-----------------