I've been programming in VB for over 20 years. And once again, I learned something new from Kevin Drumm. The countless hours I spent fighting that damn Array Index out of bounds error because of multiple loop conditions. I could have just used AndAlso or OrElse. This is the kind of shit those VB for Beginners books don't go over. Thanks.
@ComputerScienceLessons4 жыл бұрын
Hi Kevnar. Thank you so much for all of your kind words and continued support - it's really appreciated :)KD
@duangaolu3 жыл бұрын
This guy is just really a GREAT teacher.
@ComputerScienceLessons3 жыл бұрын
Thank you. Much appreciated :)KD
@Dadax93985 жыл бұрын
Wow the quality of this video is exellent ! Nice
@daphnefrench60194 жыл бұрын
Fantastic! Nice clear explanation! Thanks!
@xtetaung84822 жыл бұрын
Andalso command is very useful for multiple check conditions. Thanks.
@ComputerScienceLessons2 жыл бұрын
Indeed. You're welcome :)KD
@jtlunsford780 Жыл бұрын
Well, that seemed easy after learning Bubble Sort. QuickSort isn't as easy, maybe I'll reserve that for another time and see what else you've got that will strike my fancy. I so appreciate your teaching methods, vids and layouts. Thank you so much...JT.....Nahhh, I'm going on to QuickSort in a couple days. I'm having too much fun....LOL
@mk98345 жыл бұрын
omggg this is excellent, thx a lot!
@jamesmacrae77302 жыл бұрын
At the end, the array was passed by default as a parameter by value, not by reference. I tried it myself and it works but I don't understand why, surely the output at the end would be of the unchanged original array? I hope that makes sense. Cheers.
@JackVincent3 жыл бұрын
Is this recursive?
@ComputerScienceLessons3 жыл бұрын
No this version is iterative. A program is iterative if it calls itself. :)KD
@JackVincent3 жыл бұрын
@@ComputerScienceLessons oh right, I need to program a recursive sort but can't figure it out.
@JackVincent3 жыл бұрын
@@ComputerScienceLessons Do you have any videos on recursive sorting?
@ComputerScienceLessons3 жыл бұрын
The quicksort and the merge sort are both recursive. They are quite complex, so they each have their own playlist. kzbin.info/aero/PLTd6ceoshpreDtxyyp0_x8-pGCUAloQ7t kzbin.info/aero/PLTd6ceoshprdxXaIx8ECKaTbnx8heR3de You can review recursion here... kzbin.info/www/bejne/an7RZK2MZaagg7c :)KD
@-ak-22535 жыл бұрын
Beautiful explanation but watching all this makes me wanna give up computer science to be honest😂😂😂this shit's too complicated for me T. T
@ComputerScienceLessons5 жыл бұрын
It usually takes me several days to get my head around a new algorithm. The longer it takes, the deeper the learning. Don't give up.
@technicalas83355 жыл бұрын
Solved this ( run time error 429 activex component can't create object )