Metadata-Version: 2.1
Name: siwp2005-yedija_gregorius-sort
Version: 0.1.1
Summary: A package that provides implementations of various sorting algorithms.
Home-page: https://github.com/yedijagregorius20/siwp2005-yedija_gregorius-sort
Author: Yedija Gregorius
Author-email: yedija.422023007@civitas.ukrida.ac.id
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Sorting Algorithms Package

This package provides implementations of various sorting algorithms including Bubble Sort, Insertion Sort, and Quick Sort.

## Installation

You can install the package using pip:

```bash
pip install siwp2005-yedija_gregorius-sort
