This repository contains simple algorithms written in Python. These algorithms are written in my spare time and are not meant to be used in production environments.
The following algorithms are included in this repository:
Insertion Sort
Merge Sort
Marge Sort
Binary Search
To use these algorithms, simply clone the repository and run the Python files in your preferred environment.
git clone https://github.com/JMcPake/AlgorithimsTrove.git
If you'd like to contribute to this repository, please feel free to open a pull request. I'm open to any suggestions for new algorithms or improvements to existing ones. License
This repository is licensed under the MIT License. Feel free to use the code however you'd like.