Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

hacktoberfest2k20/DataStructures-and-Algorithms

Repository files navigation

DataStructures-and-Algorithms

Structure the Data in a correct and efficient way!

This repository will contain all the generic data-structure and algorithms that run in an effiecient time and space complexity. You may get your changes merged here by submitting a Pull Request 🔥

Q. How will I get my changes merged(how should I open a pull request)

A. You may propose your changes via a Pull Request. For how to open a pull request, give this a read, if stuck, please ping anyone of the maintainers for help.

Q. How should I begin contributing here?

A. Well, it is simple enough,follow the procedure

  • Read the repository,
  • Find the algorithm that you think is missing.
  • Now create and issue in this repository via clicking here,
  • Get yourself assigned to it(via commenting on the issue and tagging any of the maintainer)
  • Implement it, and create a pull request, we'll merge your PR very soon with minimal changes needed.

For Contributions

  • In the Pull Requests proposed, please add the Name Of Algorithm you added in the PR and its Space & Time Complexity both right at the top of the File you create/optimize.

  • Don't Create duplicate issues or Pull Requests (ones which already exist on the repository)

  • Star ⭐ the repo for exciting contests and updates!!!

More excited? Join our discord server and ask questions in the #hacktoberfest.

Fun Fact: This repository is independent of languages, which means, you may add the algorithm(s) in the programming language you find yourself comfortable with!

Very soon you'll be getting 'em merged in our Prime branch