DSA-guide icon indicating copy to clipboard operation
DSA-guide copied to clipboard

Trying to cover important DSA

Followers GitHub forks GitHub Repo stars Watchers Lines of code

DSA-guide

GitHub issues GitHub issues closed GitHub pull requests GitHub pull requests GitHub repo size

forthebadge forthebadge forthebadge

All Contributors

DSA-guide

A place where you can practice and learn various data structures .

Steps to contribute

  • Fork the repository

  • Clone the fork repo

    • git clone https://github.com/ankitapuri/DSA-guide
    • git clone https://github.com/<Your_Username>/DSA-guide
  • Create new branch

    • git checkout -b (Your-Branch-Name)
  • Add Scripts related to your respective issues.

    • git add
  • Add a commit message !

    • git commit -m "Added your message"
  • Push changes

    • git push origin
  • Push changes

    • git push -u origin <name_of_your_branch>
  • Create pull requests

    • [Try to Mention the related issue for your PR]

Contributing

This repository is contribution friendly. If you'd like to add or improve any algorithm, your contribution is welcome!
Don't forget to follow Contribution Guidelines 😃

Used Languages

  • C
  • C++
  • Python
  • JavaScript

This Project is a part of the following Open Source Program

Cross Winter of Code