Inspiration
MLH LHD BUILD Day 2 Challenge
What it does
Bubble Sort a list of integers in ascending order
How we built it
using malloc() function to dynamically assign the array length we can input any number of integers and then applying Bubble Sort Algorithm to Sort the List of integers
Challenges we ran into
Dynamically assigning the array length
Accomplishments that we're proud of
It ran (after a lot of errors tho XD)
What we learned
How to dynamically assign the length to an array, and the Bubble Sort Algorithm
What's next for sortList
I don't know Let's see what can be made better in Bubble sort algorithm, maybe I will try to implement this program in newer languages such as Golang or Rust


Log in or sign up for Devpost to join the conversation.