This has got to be the simplest/best explanation of a bubble sort. You even show it in Delphi! Well done.
@ItsHuskyz4 жыл бұрын
Still Extremely helpful in 2020, thanks
@abavastlord2 жыл бұрын
W video
@jamemule5326 Жыл бұрын
A legend was born
@zandambonambi4919 Жыл бұрын
Thank you sm🙏(night before my It exam)
@MrLongITandCAT Жыл бұрын
Good luck with the exam tomorrow!
@AlphaDaxter110 ай бұрын
what code would you write to display the sorted array in a rich edit
@MrLongITandCAT10 ай бұрын
for K := 1 to NumElelemntsInArray do redDisplay.Lines.add( ArrayName[ K ] ) ; We have a video series on arrays and you can download my notes and exercises from tinyurl.com/MLE-G11IT-Arrays
@SantosDeveloper9 жыл бұрын
Hi Mr Long IT & CAT, could you upload the source code, please? thanks...
@lilylemach1032 жыл бұрын
why cant we just swap everything like we did with the min and max