i was able to sort a linked list in a traverse tree with this, thanks!
@tutorialhorizon90853 ай бұрын
Nice work!
@_v3nk47_22 күн бұрын
sarcastic dude
@zachary_thomas10 ай бұрын
Thanks! I’ve seen implementations that start at the second element instead of the first
@tutorialhorizon90853 ай бұрын
Thanks
@rix_17237 ай бұрын
thank you, exam is tmrw
@Slopmuncher7 ай бұрын
Good luck brother, we gon need it
@tutorialhorizon90853 ай бұрын
All the best
@siddharthreddy799019 күн бұрын
my exam is in 1hr
@user-halfnhalf4 жыл бұрын
Runtime complexity?
@anant88844 жыл бұрын
O(n^2) worst case, O(n) best case
@j.r.r.tolkien872411 ай бұрын
I think both O(n²) @@anant8884
@siddharthreddy799019 күн бұрын
tnx my exam is in 1hr
@tutorialhorizon908518 күн бұрын
Good luck!
@j.r.r.tolkien872411 ай бұрын
Bad explanation.
@JonathanSebastianS9 ай бұрын
I think it's a cool explanation because he already explained for every iteration, the array will be sorted from index 1 to index i (from its box) so that when you move the element to the next index, the array will be sorted to the end.