Inspiration
Sort a List challenge for Global Hack Week Season 2025.
What it does
Reads a csv file, parses the contents, bubble sorts the contents alphabetically or numerically, and writes the result to an output csv file.
How we built it
I referred to Wikipedia for bubble sort pseudocode, and reading documentation to utilise the csv package.
What we learned
Cursory overview of sorting algorithms, and how to work with a new file format (csv).
Log in or sign up for Devpost to join the conversation.