Welcome to our Hacktoberfest 2023 repository! We invite you to contribute to open source by adding your Data Structures and Algorithms (DSA) programs. Your contributions can help others learn and improve their coding skills.
To contribute, follow these steps:
-
Fork this repository: Click the "Fork" button in the top right corner of this page. This will create a copy of the repository in your GitHub account.
-
Clone your fork: Use
git clone
to clone your forked repository to your local machine.git clone https://github.com/your-username/hacktoberfest2023-DoOpensource.git git checkout -b your-branch-name git add .
git commit -m "Add [Topic] program: Your program description" git push origin your-branch-name