VishnuSastryHK / DSA-guide

Trying to cover important DSA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C++ 37.3%Language:Python 34.1%Language:C 20.7%Language:JavaScript 7.9%