Metadata-Version: 2.1
Name: bubble-aopy
Version: 0.1.0
Summary: 
Author: Estevao
Author-email: estevaopfon@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

## :space_invader: About

This code is implementing the bubble sort algorithm to sort an array of integers in ascending order. It iterates through the array and compares adjacent elements, swapping them if they are in the wrong order. The process is repeated until the array is sorted. The main function is a test case that calls the `bubble_sort` function with an example array and prints the sorted result.

## :wrench: Requirements

The following Python libraries are required:



## :runner:  Usage

In the terminal, navigate to the folder containing the code and run it using the following command:

python bubble_sort.py

## :raising_hand: Contribution

All contributions are welcome! Please open an issue or submit a pull request.


