TefiC / 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

Algorithms

contributions welcome Waffle.io - Columns and their card count 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

Algorithms list

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 bubble_sort/python/bubble_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.

  • Beautify and cleanup your code for easier reading

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.5%Language:Java 18.1%Language:Python 13.8%Language:C 13.6%Language:C# 4.5%Language:Go 3.8%Language:JavaScript 3.7%Language:PHP 1.7%Language:Ruby 1.0%Language:Swift 0.7%Language:Rust 0.6%Language:Perl 0.4%Language:Shell 0.3%Language:Scala 0.3%Language:Haskell 0.3%Language:Prolog 0.2%Language:Crystal 0.2%Language:Common Lisp 0.2%Language:Julia 0.2%Language:Clojure 0.2%Language:MATLAB 0.2%Language:Perl 6 0.1%Language:Erlang 0.1%Language:Kotlin 0.1%Language:Lua 0.1%Language:Racket 0.0%Language:F# 0.0%Language:QMake 0.0%