2022-10-14 15:07:29 -03:00

12 lines
185 B
Markdown

# Median Algorithm
###### It brings the median value of an array
## Run Script
The script already has the array hardcoded.
## Command to run the script
python3 Median_Algorithm.py