Hi John don't worry about the views on your videos, you are putting out great content and I want you to know all of this will add up in near future for the students as well as for your channel!!
@rajdeepbiswas89123 жыл бұрын
I'm sure he's not worried. He's aware his channel is new and how the algorithm / search recommendations contribute to cumulation of views.
@CodingWithJohn3 жыл бұрын
I'm not too worried - I've seen steady growth since starting the channel, and the growth gets a bit faster over time. But I certainly am impatient! I'd love to see it just explode at some point but that hasn't happened yet. I really appreciate you all for watching, and sharing with whomever you think might get some value out of the videos! You guys are awesome!
@mir.98052 жыл бұрын
@@CodingWithJohn The best thing about running an education channel is that there will always be someone looking for what you're teaching.
@Marques20252 жыл бұрын
@@CodingWithJohn is touch typing worthy for a programmer
@MadhuSuthananJay Жыл бұрын
@@CodingWithJohn yeah your videos are brilliant in the making , I havent seen these related to java about few years ago
@ANAKIN-ip9ct19 күн бұрын
Hi John! Thank you so much for creating these videos. There is a comment on this video from 3 years back telling you not to worry about views and that your videos will add up in future for the students and that comment couldn't be more accurate. I am finding these videos really helpful buddy. Hope you are doing alright!!
@ITGirlll2 жыл бұрын
Whenever I need a refresher or to help someone understand these concepts, I use this video. Top notch teaching!
@timjoyalle3182 жыл бұрын
I was a little confused about how the 0th position would ever get currentValue, but I code traced it and it would since after j = 0 - > j = 0 - 1. So j would equal -1, which terminates the loop and then the currentValue would be added to inputArray[j + 1] which is (-1 + 1 = 0), so inputArray[0] = currentValue. Took me a minute.
@sibu72 жыл бұрын
Thank you! I had problems with this part too, now I get it.
@myko_chxn2 жыл бұрын
was literally confused about this too, thanks for the comment
@KH-hn3nu Жыл бұрын
HUGE! much appreciated!
@hbfl3x50 Жыл бұрын
wow!, i also had the same problem, thanks mate
@ok-ts8gg9 ай бұрын
Thank you so much , was struggling on this part
@pensejavaАй бұрын
Esse careca maravilhoso em outro continente conseguiu me fazer entender finalmente de forma sólida kkkk. Conteúdo de qualidade muito a cima da média do que se encontra por ai!
@fabsouza2 жыл бұрын
Hello John! I'm from Brazil and I'm praticing both Algorithms and English so your video helped me a lot. Thank you very much!
@johndavis292096 ай бұрын
I remember watching your Java videos for the first couple of my java classes and now I'm watching them again to prepare for employment assessment shenanigans. Thank you.
@CodingWithJohn6 ай бұрын
Good luck!
@brandonweller1055 Жыл бұрын
I Was having a lot of trouble seeing how this comes together with just the examples from my textbook. This video made it very clear. Thank you for the work you do, you're an awesome educator!
@sosinaabiyot12263 ай бұрын
After lots of reading and watching videos, I found your video perfectly explained insertion sort. Thank you so much!
@aosun2302 Жыл бұрын
You are better than my professor in explaining the concepts and also the code. Keep the great work!
@tarekfathi20033 жыл бұрын
wow. this is really better than a paid course I have taken from Udemy. You are a TREASURE.
@jayeshpatil80462 жыл бұрын
I have been struggling with the three of the sorting techs (bubble/selection/insertion) from weeks. This video finally made me understand the difference in approaches between selection and insertion. Much love, thanks John
@chonlois-nk1iu2 жыл бұрын
lol kinda proud tbh ...i listened to your explanation and tried the code myself and it worked ... Thank you sir!
@npc59832 ай бұрын
the content of this channel is so great! It is helping me a lot with Java and OOP in general.
@humzakhan766 Жыл бұрын
Hey Jhon! No matter how much subscribers you may win, but you have definitely won lots of prayers and well wishes. You are helping many in an absolutely awesome way. You are contributing in society in real means. Thank you soo much. God Bless you! PS: I recommend your channel to every java mate I have.
@neomoja73064 ай бұрын
Preparing for an interview, you're helping alot! Thank you!
@LizyAd2 ай бұрын
You are a really good teacher. Thank you so much!
@spacemeat23 Жыл бұрын
I love the way you explain these concepts, this is my favorite java tutorial channel by a country mile. Thanks!
@allan_rizza Жыл бұрын
This video made me finally understand something I couldn't learn at all. Thank you!
@josueramirez72472 жыл бұрын
Your videos are top-notch and concise! I like your emphasis on understanding the algorithm or concept before diving into writing code.
@vansh722589 ай бұрын
best coding teacher we can have ❤🙌
@albertik_rus74572 жыл бұрын
Thank you! I´m working on a school project and have to code the world map and add sort types. Your video was really helpfull to understand how it was working and what I did wrong.
@narenm.s89232 жыл бұрын
This guy and his videos are so underrated
@prabhu14712 жыл бұрын
your the best teacher ever ...
@nehakumar68312 жыл бұрын
I will never forget it again. Thanks John Sir
@28santagabo Жыл бұрын
I love your videos!!!! they teach much more than college
@SatyaMantha Жыл бұрын
I really like the way you showed the time complexity by running the tests. Great !
@avnerdr10 ай бұрын
You've helped me so much, thanks John!
@kotlaarunkumar42514 ай бұрын
easiest n clean explanation
@pushkarratnaparkhi22052 жыл бұрын
Watched a bunch of videos. This is the best insertion sort explanation. Thanks a lot. 💯
@deepam63092 жыл бұрын
Thank u for this video.I have learnt insertion sort implementation very quickly.
@dariazhivaliukova8192 жыл бұрын
best explanation so far
@daliobenavidez6775 Жыл бұрын
Great stuff. Thanks for explaining in great detail
@zarlorin37282 жыл бұрын
Thanks a lot. Finally I understand it a bit better
@rogue3290 Жыл бұрын
Thanks so much John, you made this very clear.
@datanerden105710 ай бұрын
Hi! I love your videos, you are such a good teacher! You explain everything in a very logical and simple to understand way. Could you perhaps do a video on shell-sort?
@tanvirwaseer162 жыл бұрын
Beautifully explained
@kimjohnson44512 жыл бұрын
First video I've seen of yours and already liked and subscribed. Can't wait to watch the merge sort one. This is one of the most straight forward and clear instructions I've seen that takes you from the logic, to the build, and then even addresses the time complexity and actually shows it in such a clear way and all in 10 minutes! Amazing! Thank you for the content!
@luckykatariya29002 жыл бұрын
Plz add more tutorials on various types of sorting and serching 👍
@chaitanyakarthik35362 жыл бұрын
REALLY AWESOME EXPLANATION! I was a bit confused with this algorithm and as a last resort, tried watching this video, and believe what, you have made me very clear in this algorithm, I REALLY WANT TO SUBSCRIBE TO YOUR DSA COURSE, IF YOU HAVE ANY. please let me know .
@pike17372 жыл бұрын
Thank you for your time and effort. You help a lot of student
@svalyavasvalyava98673 жыл бұрын
What you're doing is great. Keep it up!
@laag80912 жыл бұрын
Thanks a lot John for these videos! Every one of them is excellent. They have helped a lot in understanding algorithms and then coding. It would be great if you cover Heap Sort as well.
@BonifaceKanenje Жыл бұрын
Thank so much Mr John
@mehedihasan2261 Жыл бұрын
this vdo is a master piece
@zeuss_21223 жыл бұрын
My request was answered. Thanks alot. 🤗🤗🤗
@philaninyawose63312 жыл бұрын
Thank you Sir you made it simple👋
@3lolrenz32 жыл бұрын
Very good explanation, plus code.
@blaze9558 Жыл бұрын
Thank you sir that was amazing
@mohnishpwr102 жыл бұрын
Great explanation and very informative. Thank you.
@kunalkheeva2 жыл бұрын
Thank you John!!
@Haogia8103 жыл бұрын
Hi John, i'm appreciate what you are doing. I learned a lots from your videos, but can you do Insertion sort with Linked List? Thanks you
@mastershonobi1103 жыл бұрын
Yes, insertions and deletions of objects in a LinkedList would be great!!
@codemypassion88822 жыл бұрын
Kindly do videos on BFS and DFS (Breadth-first search) in java
@kedarshivajijagtap96202 жыл бұрын
Thank you!
@adude21632 жыл бұрын
I love your videos!!!
@rajdeepbiswas89123 жыл бұрын
Please do quicksort. PLEASE! And challenge: do it in your own style without passing in low, high, mid, etc index values as method parameters (just as you did with merge sort) :)
@kugelch1pz3763 жыл бұрын
good idea hahah
@CodingWithJohn3 жыл бұрын
I am planning on quick sort for next week's video, so stay tuned! I'm still working on how best to explain it though, since I don't really like how it's presented in most other videos. I'll do it in my own style for sure. You do need those parameters for quick sort to work, but there might be a way to only need it inside the recursive part of the implementation and not where the main code calls it.
@rajdeepbiswas89123 жыл бұрын
@@CodingWithJohn Beautiful! Looking forward to it. While we're on the topic, do you also have plans to cover things in Java like the collection framework, generics, reflection, etc? I'll be your fastest clicking subscriber if that is the case =)
@CodingWithJohn3 жыл бұрын
Probably all of that, eventually!
@Ksyusha13 жыл бұрын
@@CodingWithJohn thank you sooooooo very much for your lessons ! You are amazing !!!!! 👍👍👍👍🏆
@emerson30703 жыл бұрын
Thanks John!
@maar2001 Жыл бұрын
After the while loop shouldn't we write: inputArray[j ] = current value; Instead? Because in the while loop the value of the array at jth position is stored in j+1 Position meaning that 3 shift to the right and now we can update its previous index which is j with currentValue?
@arunsridhar60214 ай бұрын
Same doubt? Did you got it?
@clo-15882 жыл бұрын
this was very helpful!!!
@sumac76152 жыл бұрын
Hi John , Its really appreciable. Could you please upload videos of Heap sort please?
@awesomebarca22783 жыл бұрын
You're amazing😍😍💯
@MTB_Bay_Area2 жыл бұрын
Thank you
@ILickGlue Жыл бұрын
Quick question: the time doesn't increase exponentially, does it? At 9:18, you say it "goes up exponentially". But the time complexity is squared, i.e it increases n^2. Exponential increase would be 2^n, right?
@Gandobilis Жыл бұрын
@przemyslaw5683 жыл бұрын
Great video ;) would you like to do video about generic types?
@LTZMSYAL2 жыл бұрын
Hey John congrats for the awesome content you're providing! I was wondering if your java bootcamp/class would be good for an intermediate java developper? And if yes, why? What ressources would you recommend as intermediate level for someone willing to learn by practising? Thank's a lot. Your videos are among the best on java in my opinion
@moaly47383 жыл бұрын
Thx a lot for this video! I have a question is J start from right to left? Sorry i am beginner and i have some difficulties to understand, it' s not about the video who is perfect. thx !!
@yesno5286 Жыл бұрын
can you do this video with recursion
@ExplosiveChicken3 жыл бұрын
Can you do a video on heap sort
@claytonalmeida60463 жыл бұрын
Next one on quicksort please
@yikechen14708 ай бұрын
Jesus christ i cried when i saw this video...saved my ass for a DS exam
@Pacvalham2 жыл бұрын
I want to know how gravity sort is implemented.
@ScienceCodeCreations Жыл бұрын
Hey John, quick question. In the while loop, why do we put array[j+1] = array[j] rather than array[i] = array[j]. It means the same thing but it doesn't work when I use the latter method. Could you clear up my confusion. Btw, your videos are really cool and I recently subscribed to you!
@ScienceCodeCreations4 ай бұрын
Omg, you idiot past self me, they are two different iterators! Gosh, I was so naive!
@zakariayahiazakariaahmed302 жыл бұрын
Thanks!! great video. how do you use printArray()? to print an array? would u send some references to that? or make a video to explain how it works
@ArvindKumarJNR Жыл бұрын
private static void printArray( int[] inputArray) { for (int i=0; i
The issue is that this code prints duplicate numbers, so it does not really sort the array of numbers
@MsRebeca46 ай бұрын
Does anyone else find the colorful code distracting? I am use to the white only, it plainly allows me to focus on the code words unlike the colors with code.
@quenar2 жыл бұрын
So You are still coding in eclips? :D
@CodingWithJohn2 жыл бұрын
Check out the more recent videos!
@computer_science10 Жыл бұрын
❤
@42basavarajangadi562 жыл бұрын
U could have started comparing the number from beginning to its current index. That will be more faster. If I am right anybody please say
@Public_Menace_N12 жыл бұрын
Made an exact copy of this It doesn’t work
@NarutoMinecraft007 Жыл бұрын
Just out of curiosity can someone give me an example where i would need to sort 1 Million or more Items ? xD
@waheedkhan53372 жыл бұрын
i dont know why we need to this. as these methods already provided by the language
@josueramirez72472 жыл бұрын
It’s because they are fundamental algorithms that help you to study more complicated algorithms. Some programmers even create their own algorithms or implement the pseudocode algorithm written by someone else like a mathematician. So it’s good to be familiar with the basics.
@Charles-vc8dd Жыл бұрын
Hi John , I ran your code and I got a Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: can anyone help?
@rrezonbeqiri7924 Жыл бұрын
you iterated out of range of the array. Either decremented to less then 0 or incremented to more then the array size