Damish / DSA-Library

Collection of all important Data Structures and algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSA-Library

GitHub pull requests GitHub closed pull requests GitHub closed issues GitHub issues Lines of code CodeFactor

Overview

  • The goal of this project is to maintain a codebase for various Data Structures and Algorithms.
  • Feel free to contribute in any way you want.
  • Please Make sure that you follow the contribution guidelines listed below.

Contribution Guidelines

  • Plagiarism will not be entertained. Any PR that is found to be suspicious of plagiarised work will not be merged and will be marked as spam.

  • 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. Only when you have been assigned, you can start working on it and raise a PR for the same.

  • If you have anything else to be said about this repository, feel free to create an issue regarding it.

Need Collaborators, If interested contact me.

Show some love by leaving a ๐ŸŒŸ

Language available

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

Index

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 main
$ git reset --hard upstream/main
$ git push origin main

Collaborator

Hemanth Kotagiri

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.

License:MIT License


Languages

Language:Java 20.3%Language:C++ 18.7%Language:C 17.5%Language:C# 17.1%Language:Python 13.3%Language:JavaScript 11.8%Language:Go 1.3%