QuickSort in Java (explanation and code)

Поділитися
Вставка
  • Опубліковано 11 вер 2024

КОМЕНТАРІ • 23

  • @sarahdaniel6862
    @sarahdaniel6862 3 роки тому +2

    Out of all the code expainations on youtube, yours is the easiest to understand. Bohot badiya bhai!

  • @SuperSeeck
    @SuperSeeck 4 роки тому +2

    Very simple and elegant solution. Thanks! I know the algorithm but getting it to recurse correctly is always tricky.

  • @funlearning7670
    @funlearning7670 3 роки тому

    Just amazing how you explains each lines of the code unlike others videos on youtube. I finally understood quick sort now. This is easily one of the best quick sort videos out there on UA-cam. I just finished coding on QuickSort following your video and it works perfectly. I just wanted to say thank you for making this tutorial and God bless you.
    hope you can upload merge sort tutorial soon
    thanks again
    peace ✌

  • @pratapjavasingh3239
    @pratapjavasingh3239 3 роки тому

    Bro really very well u explain the Quick Sort 👍I have watched ur four months back multiple times now again today searched ur video 👍

  • @nikhilbhosale6244
    @nikhilbhosale6244 4 роки тому +1

    Best video on quick sort algorithms

    • @SurajBahadur
      @SurajBahadur  4 роки тому +1

      i am happy that i was helpful to you

  • @sundharesanmohan2816
    @sundharesanmohan2816 3 роки тому

    finally a good tutorial in english! thanks

  • @sreeramsreeram828
    @sreeramsreeram828 2 роки тому

    Simple code with better understandable.tq bro... could you plss make a video on shell sorting too

  • @pratikshajadhav2579
    @pratikshajadhav2579 3 роки тому +1

    Thank-you so much!! it was really helpful

  • @markwu1765
    @markwu1765 3 роки тому

    You are the GOAT!

  • @gauravshinde473
    @gauravshinde473 3 роки тому +1

    Nice video after so many videos I tried your video very simple in understanding thanks 😊

  • @mehulgour5417
    @mehulgour5417 3 роки тому

    Descent code. Thanks alot brother

  • @tejashreesawant9555
    @tejashreesawant9555 3 роки тому

    thanks a lot..

  • @knowledgeandfunnetwork6731
    @knowledgeandfunnetwork6731 3 роки тому

    in android mobile which one java is the best for execution

  • @tdotsmosthated9034
    @tdotsmosthated9034 4 роки тому

    what happened to partition?

  • @navneetchoudry
    @navneetchoudry 6 років тому +2

    Coca-cola Pepsi Suraj Bahadur sexy.

  • @anonymouswdh
    @anonymouswdh 3 роки тому

    Can anyone help me!!!!
    My code just only showing before sorting part

    • @funlearning7670
      @funlearning7670 3 роки тому

      I bet the problem is on the decrement and increment part on the while loop. make sure the i++ and j-- are match with the one you're comparing

    • @rabindratiduar728
      @rabindratiduar728 3 роки тому

      Add public static void in the function