Skip to content

Collection of all important Data Structures and algorithms.

License

Notifications You must be signed in to change notification settings

SaloniK17/DSA-Library

 
 

Repository files navigation

DSA-Library

GitHub pull requests GitHub closed pull requests GitHub closed issues GitHub issues GitHub language count

Overview

  • The goal of this project is to have codes for various data structures and algorithms.
  • Feel free to contribute in any way you want.
  • Make sure to follow the contribution guidelines listed below.

Language available

  • C
  • C++
  • Java
  • Python
  • JavaScript
  • C#

Index

Contribution Guidelines

  • Issues will be assigned on a first come, first serve basis. The person who creates the issue gets the first priority. And then, issues are assigned based on who commented first. You just have to comment on the issue, asking to be assigned and the programming language you should be assigned in, and it will be done if found fit.

  • You cannot work on any issue that is not assigned to you.

  • If you have anything else in mind, FEEL FREE TO CREATE AN ISSUE and please wait for it to be assigned to you. If assigned to you, then you can start working on it and create a PR.

Steps to contribute

  • Go to Issue section either create a new issue or choose an existing one and choose your preferred language.
  • Wait for issue to be assigned to you.
  • Fork this repository.
  • Create a new branch with your name.
  • Add your code in relevant folder.
  • Commit your file with appropriate message.
  • Create Pull request.

Instructions

How To Commit In CLI

$ git clone git@github.com:your_username/DSA-Library.git
$ git checkout -b Branch_Name
$ git add .
$ git commit -m 'message'
$ git push -u origin Branch_Name

How To sync your forked repository

$ git fetch --all --prune
$ git checkout master
$ git reset --hard upstream/master
$ git push origin master

Contributors

Meet our wonderful contributors.

Code of Conduct

Read our code of conduct.

License

MIT License.

About

Collection of all important Data Structures and algorithms.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 26.0%
  • Java 23.5%
  • C 20.5%
  • Python 17.6%
  • C# 11.1%
  • JavaScript 1.3%