OPCODE-Open-Spring-Fest / DSA_Dojo

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSA Dojo

DSA Dojo logo

Introduction ✨

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.

Technologies Used πŸ§‘β€πŸ’»

  • C++
  • C

Contact πŸ“±

If you have any questions or feedback, please reach out to us at roshan.2201021cs@iiitbh.ac.in or abhijeet.2201164ec@iiitbh.ac.in πŸ“§

Setup

To set up DSA Dojo on your local machine, follow these steps:

  1. 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.
  2. Clone the forked repository:

git clone https://github.com/<yourusername>/DSA_Dojo.git
  1. Navigate to the project directory:
cd DSA_Dojo
  1. Install Node.js dependencies(make sure node is installed on your laptop):
npm i
  1. Create a new branch for your feature or bug fix.
  2. Make your changes and commit them.
  3. Push to the branch.
  4. Submit a pull request.

You are good to go to make your contribution!! All the best.

About

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.


Languages

Language:C++ 99.9%Language:JavaScript 0.1%