malvika02 / Data-Structures-And-Algorithms

Hacktoberfest 2021 Important data structure and algorithms codes and concepts repository.

Home Page:https://bit.ly/30DLzuJ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data-Structures-And-Algorithms


Important data structure and algorithms codes and concepts repository.

For More Information log on to Click Here



forthebadge forthebadge
GitHub repo size PRs Welcome Open Source Love svg2

Project Stats 🌟 Stars 🍴 Forks πŸ› Issues πŸ”” Open PRs πŸ”• Close PRs
Project Stars Forks Issues Open Pull Requests Close Pull Requests

Hacktoberfest-Guideline

Beginner Friendly Hacktoberfest2021 repository. You can contribute anything from algorithm codes important DS questions with there solutions.
Happy Coding!

How to contribute:

  • Drop a ⭐ on the Github repository (optional)

  • Fork the repo to your Github.

  • Clone the Repo by going to your local Git Client and pushing this command:
    git clone https://github.com/pranjay-poddar/Data-Structures-And-Algorithms.git

  • Clone the Repo to a particular folder on your system by going to your local Git Client and pushing this command:
    git clone https://github.com/pranjay-poddar/Data-Structures-And-Algorithms.git <folder-name>

  • Add your code and your Github Handle to CONTRIBUTERS.md.

  • Update Readme with a tick infront of a question added in particular language column.

  • Commit and push your code to the remote repo on your Github.
    git checkout -b <branch name>
    git add .
    git commit -m "your message"
    git remote add origin <HTTP code the forked repo>
    git push origin <your branch name>

  • Make a pull request!

    Competitive Programming

πŸ“Œ πŸ“š Solution of competitive programming problems and challenges, Project Euler Solutions, Data Structures, Data Structure implementations, Algorithms and Interview Questions.

Index



Contributors


< /> with β™₯ By Pranjay Poddar Β©

MIT License


Connect Project Admin

                   

About

Hacktoberfest 2021 Important data structure and algorithms codes and concepts repository.

https://bit.ly/30DLzuJ

License:MIT License


Languages

Language:C++ 48.1%Language:C 19.9%Language:Java 14.0%Language:Python 12.4%Language:HTML 3.3%Language:Jupyter Notebook 1.2%Language:CSS 1.1%