Metadata-Version: 2.1
Name: algorsort
Version: 1
Summary: A few sorting algorithms!
Home-page: https://jased.site/
Author: Jase Williams
Author-email: jase120475@aol.com
License: MIT
Keywords: sorting
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENCE.txt

this file contains some of the most popular sorting algorithms:
    bubble sort, insertion sort, selection sort, merge sort, quick sort, heap sort
    radix sort, counting sort, bucket sort, shell sort, comb sort
    cycle sort, cocktail sort, gnome sort, and pancake sort

created by:
Jased#0001
and Github Copilot


Changelog
=========

tip: dates are in MM/DD/YYYY format.

1 (8/5/2022)
-------------------
- released :pog:


