Skip to content

huangqian/Algorithms-1

This branch is 354 commits behind VAR-solutions/Algorithms:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 24, 2018
Oct 26, 2018
Oct 27, 2018
Oct 26, 2018
Oct 25, 2018
Oct 26, 2018
Nov 1, 2018
Oct 30, 2018
Oct 20, 2018
Oct 26, 2018
Oct 30, 2018
Oct 24, 2018
Oct 24, 2018
Nov 1, 2018
Oct 30, 2018
Oct 30, 2018
Nov 1, 2018
Oct 27, 2018
Nov 1, 2018
Oct 30, 2018
Nov 1, 2018
Oct 30, 2018
Oct 29, 2018
Oct 26, 2018
Oct 6, 2018
Oct 23, 2018
Oct 27, 2018
Oct 27, 2018
Oct 2, 2018
Oct 27, 2018
Nov 7, 2018
Oct 26, 2018
Oct 26, 2018
Oct 27, 2018
Oct 27, 2018
Oct 26, 2018

Repository files navigation

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 clean up your code for easier reading

Resources

Curated list of resources dealing with algorithms.

Project Maintainers.

About

Efficient Algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 53.9%
  • Python 10.5%
  • Java 8.6%
  • C 8.3%
  • Jupyter Notebook 7.5%
  • JavaScript 2.9%
  • Other 8.3%