VAR-solutions / Algorithms

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

Home Page:https://var-solutions.github.io/Algorithms/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://var-solutions.github.io/Algorithms/

License:MIT License


Languages

Language:C++ 54.1%Language:Python 9.8%Language:Java 9.3%Language:C 9.2%Language:Jupyter Notebook 5.4%Language:C# 2.7%Language:JavaScript 2.2%Language:Go 2.1%Language:Ruby 1.3%Language:Rust 0.7%Language:Swift 0.7%Language:Ada 0.5%Language:Common Lisp 0.4%Language:PHP 0.3%Language:Kotlin 0.3%Language:Makefile 0.2%Language:Scala 0.1%Language:Pascal 0.1%Language:Lua 0.1%Language:Shell 0.1%Language:Fortran 0.1%Language:R 0.1%Language:Haskell 0.1%Language:Perl 0.0%Language:Brainfuck 0.0%Language:D 0.0%Language:Julia 0.0%Language:Raku 0.0%Language:HTML 0.0%Language:TypeScript 0.0%Language:F# 0.0%