Metadata-Version: 2.4
Name: algosjohn
Version: 0.1.4
Summary: Une collection d'algorithmes simples en Python
Author-email: John Micallef <madara70983@gmail.com>
Project-URL: Homepage, https://github.com/J0hnMicallef/algos_python_john
Requires-Python: >=3.11.9
Description-Content-Type: text/markdown

# Utiliser la library
```Bash
pip install --upgrade algosjohn
```

# Liste des algos :
- Dijkstra
- Tri Rapide (quick_sort)
- Tri Fusion (mergee_sort)


## Commande développeur :
```Bash
python -m build
```
```Bash
python -m twine upload dist/*
```
