Skip to content

Resolve "Give T(n) and determine big-Oh: Sorting algorithm D"

Bubble sort but in a really dumb way, we perform bubble sort n times and each time we will copy the whole list. 😅

Closes #87 (closed)

Edited by Kevin Chong

Merge request reports

Loading