vpatel95 / al-go-rithms

:musical_note: Algorithms written in different programming languages - https://zoranpandovski.github.io/al-go-rithms/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Join the chat at https://gitter.im/al-go-rithms License

Data Structures and Algorithms

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

List of implementations

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_name/language-name/file_name.extension e.g buble_sort/python/buble_sort.py

  • If there is an implementation of the same algorithm in your language, add your username in front of the file name

  • 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.

  • Don't forget to include tests.

  • Don't remove previous implementations of algorithms. Just add a new file with your own implementation.

Resources

Curated list of resources dealing with algorithms.

About

:musical_note: Algorithms written in different programming languages - https://zoranpandovski.github.io/al-go-rithms/

License:MIT License


Languages

Language:C++ 36.3%Language:Java 20.2%Language:Python 14.0%Language:C 9.6%Language:Go 6.9%Language:JavaScript 3.5%Language:PHP 2.0%Language:Perl 6 1.9%Language:Ruby 1.5%Language:Rust 1.4%Language:C# 1.1%Language:Haskell 0.6%Language:Scala 0.6%Language:Crystal 0.2%Language:Lua 0.1%Language:Prolog 0.1%Language:QMake 0.0%Language:Swift 0.0%