praanjalmishra / Algorithms

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

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

Project Maintainers

About

Efficient Algorithms

License:MIT License


Languages

Language:C++ 56.8%Language:Java 8.4%Language:Jupyter Notebook 8.2%Language:C 8.2%Language:Python 7.4%Language:JavaScript 3.1%Language:Go 2.5%Language:Ruby 1.5%Language:Swift 1.0%Language:Ada 0.7%Language:C# 0.7%Language:Common Lisp 0.6%Language:Makefile 0.2%Language:Kotlin 0.2%Language:Lua 0.2%Language:Rust 0.1%Language:Haskell 0.1%Language:D 0.1%Language:PHP 0.0%Language:R 0.0%Language:Perl 6 0.0%Language:TypeScript 0.0%Language:Brainfuck 0.0%