DSA Dojo is a project designed to improve proficiency in Data Structures and Algorithms (DSA). It's structured with three levels: easy, medium, and hard. Users start with basic problems, progress to intermediate challenges, and tackle advanced algorithms. The platform allows learners to advance at their own pace, mastering DSA skills effectively.
- C++
- C
If you have any questions or feedback, please reach out to us at roshan.2201021cs@iiitbh.ac.in or abhijeet.2201164ec@iiitbh.ac.in 📧
To set up DSA Dojo on your local machine, follow these steps:
-
Fork the repository:
- Click the "Fork" button at the top right corner of this repository's page on GitHub. This will create a copy of the repository in your GitHub account.
-
Clone the forked repository:
git clone https://github.com/<yourusername>/DSA_Dojo.git
- Navigate to the project directory:
cd DSA_Dojo
- Install Node.js dependencies(make sure node is installed on your laptop):
npm i
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push to the branch.
- Submit a pull request.
You are good to go to make your contribution!! All the best.