Skip to content

ZoranPandovski/al-go-rithms

Folders and files

NameName
Last commit message
Last commit date
Oct 19, 2020
Oct 12, 2023
Oct 28, 2021
Nov 2, 2022
Mar 17, 2023
Oct 2, 2023
Oct 14, 2022
Oct 12, 2023
Oct 12, 2023
Oct 26, 2022
Nov 26, 2022
Oct 27, 2022
Oct 10, 2022
Oct 19, 2021
Oct 18, 2021
Oct 14, 2022
Oct 17, 2022
Nov 6, 2022
May 29, 2018
Oct 9, 2022
Oct 9, 2023
Oct 25, 2022
Oct 31, 2022
Oct 2, 2023
Oct 12, 2023
Oct 20, 2023
Oct 5, 2022
Oct 23, 2021
Feb 16, 2020
Apr 12, 2020
Oct 26, 2020
Sep 30, 2019
Oct 21, 2019
Oct 8, 2017
Oct 31, 2018
Oct 29, 2021
Oct 12, 2018
Oct 18, 2017
Jul 6, 2020
Oct 19, 2022
Oct 19, 2019

Repository files navigation

Algorithms

Say Thanks! Open Source Love contributions welcome Join the chat at https://gitter.im/al-go-rithms Number of Algorithms

Data Structures and Algorithms Tweet

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. E.g., if the already existing algorithm is binary_sort and your user name is my_name, just name the new file as 'my_name_binary_sort'.

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

License

CC0

To the extent possible under law, Zoran Pandovski has waived all copyright and related or neighboring rights to this work.