Skip to content

Sdipu/DSA-guide

 
 

Repository files navigation

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

  • 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

About

Trying to cover important DSA

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 37.3%
  • Python 34.1%
  • C 20.7%
  • JavaScript 7.9%