Skip to content

A repository of different Algorithms and Data Structures implemented in many programming languages.

License

Notifications You must be signed in to change notification settings

VAR-solutions/Algorithms

Folders and files

NameName
Last commit message
Last commit date
Jul 12, 2020
Oct 24, 2018
Oct 14, 2020
Oct 7, 2020
Oct 14, 2020
Oct 28, 2018
Oct 25, 2018
Oct 2, 2020
Oct 13, 2019
Oct 1, 2020
Oct 7, 2020
Oct 14, 2020
Oct 1, 2020
Oct 1, 2020
Oct 24, 2020
Oct 29, 2020
Oct 27, 2018
Oct 24, 2018
Oct 9, 2020
Oct 30, 2018
Jul 12, 2020
Oct 1, 2020
Oct 2, 2020
Aug 1, 2021
Oct 25, 2019
Oct 24, 2020
Oct 14, 2020
Oct 14, 2020
May 20, 2022
Oct 26, 2018
Oct 6, 2018
Oct 3, 2020
Oct 2, 2018
Oct 24, 2020
May 12, 2019

Repository files navigation

Data Structures and Algorithms

Clean example implementations of data structures and algorithms written in different languages.

Gitter chat MIT license Issues

List of implementations

Algorithms list(not updated)

Contribution!

  • Contributions are always welcome. Language doesn't matter. Just make sure you're implementing an algorithm.

  • PRs are welcome. To begin developing, follow the structure:

    Algorithm-Type/algorithm-name/language-name/file-name.extension

    e.g

    Sorting/bubble-sort/python/bubble-sort.py

  • If there is an implementation of the same algorithm in your language, do not give a PR for that.

  • Please include a description for the algorithm that you are implementing. It doesn't matter if it's copied from somewhere as long as it helps people that are learning new algorithm.

  • Graphical examples would be very helpful too.

  • You can include tests as well.

  • Don't remove previous implementations of algorithms. You can help in improving the current implementation by adding explanations and examples.

  • Beautify and clean up your code for easier reading

Note:

  • Do not make a new issue unless required.
  • If your PR is closed without any comment, it means that your PR does not meet the above criteria. Make sure your PR is not Duplicate and it should be well-documented.

Resources

The curated list of resources dealing with algorithms.

Project Maintainers.