leschlogl / 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 examples 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 implementation of the same algorithm in your language add your username in front of the file name

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

  • Graphical example would be verry helpful too.

  • Don't forget to include tests.

  • Don't remove previous implementation of algorithms. Just add 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++ 35.8%Language:Java 19.4%Language:Python 15.8%Language:C 9.0%Language:Go 8.0%Language:JavaScript 3.2%Language:Perl 6 2.3%Language:PHP 1.9%Language:Rust 1.8%Language:C# 0.9%Language:Haskell 0.6%Language:Scala 0.6%Language:Ruby 0.4%Language:Crystal 0.2%Language:Lua 0.1%Language:Swift 0.0%