Inspiration

 To sort numbers in min time 

What it does

It sorts the number in o(n^2)

How we built it

It is built using java and uses two for loops for iterating via an array ( unsorted ) integers.

Challenges we ran into

No challenges

Accomplishments that we're proud of

I am a beginner in java so built it for the first time.

What we learned

I learned to sort the elements of a list/array in o(n^2) time complexity and o(1) space complexity.

What's next for Bubble-sort

Built With

Share this project:

Updates