An open API service indexing awesome lists of open source software.

https://github.com/nikolajlauridsen/simpleclassicalgorithms

Implementations of various simple classic algorithms
https://github.com/nikolajlauridsen/simpleclassicalgorithms

simple-algorithms

Last synced: 2 months ago
JSON representation

Implementations of various simple classic algorithms

Awesome Lists containing this project

README

        

# Merge-Sort_Algorithm
Python implementation of the merge-sort algorithm

I followed the instructions [here](https://www.tutorialspoint.com/data_structures_algorithms/merge_sort_algorithm.htm), and wrote a version of it in Python (python's liberal way of handling arrays made it quite easy).

Suggested by [this list of projects](https://github.com/karan/Projects), lot's of fun projects there, can recommend