Welcome to the Open Source DSA Questions Repository! This repository is a collaborative effort to build a collection of Data Structures and Algorithm questions in various programming languages. Whether you're a beginner or an experienced developer, your contributions are valuable. Let's create a comprehensive resource for DSA practice together!
Contributing to this repository is easy, and we appreciate your contributions. Here's how you can get started:
-
Fork the Repository: Click the "Fork" button in the top right corner of this repository's page. This will create a copy of the repository in your GitHub account.
-
Clone the Repository: Clone your forked repository to your local machine using the following command (replace
<your-username>
with your GitHub username):git clone https://github.com/<your-username>/dsa-questions.git
-
Create a file and add content,
-
Push it to a new branch.
-
Finally Create a Pull request.
Congratulations for contributing!