Selection Sort in Python This repository contains a Python implementation of the selection sort algorithm. The program sorts a list of numbers (integers or floats) provided by the user and tracks the ...
This Python script provides a simple command-line interface to sort data within an Excel file (.xlsx). Users can specify which column to sort by and choose between ascending or descending order.