Program For Quick Sort In C

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

Комментарии • 73

  • @bharadwajr.7522
    @bharadwajr.7522 2 года назад +2

    One of the toughest topic cleared with good teaching skill.

  • @RupeshKumar-jd3jx
    @RupeshKumar-jd3jx 3 месяца назад +1

    Aap bhut achaa pdhati hai mam thanku

  • @who_thekaushik
    @who_thekaushik 3 года назад +1

    mam this is a best video on the internet i guess .100 percent clear now .

  • @asifshaik7300
    @asifshaik7300 3 года назад +9

    please start data structures course , your teaching is amazing

  • @DiyaMehra-y2v
    @DiyaMehra-y2v 10 месяцев назад +1

    Ma'am plz make a video on heap sort, Bucket sort and Counting Sort🙏🏻🙏🏻 your videos are really a great assistance✨

  • @THUNDER-kw3wq
    @THUNDER-kw3wq Год назад

    Verrryyyy easily explained! Thanks a lott

  • @rajeshkadam2434
    @rajeshkadam2434 4 года назад +2

    Kya explain kiya hai, maza aya, superb✌

  • @gani_yt
    @gani_yt Год назад +1

    Woaahhhh this teaching is btr than DSU staff teaching

  • @harbhajansingh6554
    @harbhajansingh6554 2 года назад

    thank you mam for this video its very helpfull for me hatoff keep it up 👍👍

  • @NIKHILTIWARI-ib6kv
    @NIKHILTIWARI-ib6kv Год назад

    perfect explanation mam 😄😄

  • @balajigautham113
    @balajigautham113 3 года назад +6

    shouldnt it be a[j]>=a[pivot] line 14 of the code

  • @prabhatsharma8225
    @prabhatsharma8225 2 года назад

    very nice keep it up ✨

  • @yagniktank8102
    @yagniktank8102 Год назад

    Great work mem☺
    Expecting some interesting programmes

  • @vaibhavkale1134
    @vaibhavkale1134 2 года назад

    Good Explaination

  • @datastructure_solved5839
    @datastructure_solved5839 4 года назад +1

    great work..happily subscribed

  • @shubhamgodse3671
    @shubhamgodse3671 3 года назад +1

    Mam, please start a dsa course
    U are a superb teacher.

    • @EdurisePoint
      @EdurisePoint  3 года назад +1

      Glad you liked it. Right now I haven't thought about making a complete course on dsa as I am still a student so that'll be difficult to manage however if you have any topic related to dsa where you are facing difficulties then do let me know...I'll definitely make videos on that:)

    • @shubhamgodse3671
      @shubhamgodse3671 3 года назад

      @@EdurisePoint thanks a lot mam

  • @YUVRAJ_TOMAR
    @YUVRAJ_TOMAR Год назад

    Mam you are chitter because you can get 0 in insert because compiler error output is started with 0

  • @lakshmikapoor7250
    @lakshmikapoor7250 Год назад

    Thank you so much ❤️

  • @Ravikumar-c7v8r
    @Ravikumar-c7v8r Год назад

    love voice thank you so much madam

  • @cikfs9913
    @cikfs9913 2 года назад

    Plz Plz Plz 🙏Start whole Data structure courses
    Nice working 💯

  • @sppeace
    @sppeace 9 месяцев назад +1

    Thank you mam

  • @kapil_g8545
    @kapil_g8545 4 года назад +2

    Great work👌👌
    Expecting some interesting programmes

    • @EdurisePoint
      @EdurisePoint  4 года назад +4

      Thank you
      Keep watching and sharing 😊

  • @randomrarandom3893
    @randomrarandom3893 2 года назад

    That's a great fucking explanation! Thanks :D

  • @smrutiirani8012
    @smrutiirani8012 3 года назад

    Which compiler u are using dear

  • @devamani2478
    @devamani2478 2 года назад

    thanks madam thank you so much madam...

  • @merazrahman7657
    @merazrahman7657 4 года назад +1

    Great teaching skill

  • @praxz4171
    @praxz4171 4 года назад +10

    Roses are red
    Violets are blue
    The title is in English
    The video should too

  • @shashisaurabhsinha7502
    @shashisaurabhsinha7502 3 года назад

    Why you take input from user for size of array ,you already give the size of arrays is 40.if some user give size 41 then your arrays take only data upto 40

  • @020hamza2
    @020hamza2 2 года назад

    Whatever you written in compiler. Please give that in description also. That code.

  • @mukulchauhan8555
    @mukulchauhan8555 3 года назад

    Thanks a lot.🙏🙏🙏

  • @princeradhakrishnan1147
    @princeradhakrishnan1147 4 года назад

    Which software are you using for coding.

  • @harshalsonwane5312
    @harshalsonwane5312 3 года назад

    Please start a data structures and algorithm ....

  • @siddharththakkar9834
    @siddharththakkar9834 3 года назад

    Nice 🥰

  • @lecoindenathalie4639
    @lecoindenathalie4639 3 года назад

    Thanks for this video
    Can u tell me please why a[j]>a pivot

    • @EdurisePoint
      @EdurisePoint  3 года назад

      In quick sort we first partition the array in such a way that all elements to the left of the pivot element are smaller, while all elements to the right of the pivot are greater that the pivot... So that's why we run these loop to sort the elements... Hope this will clear your doubt or you can check the video where I explained logic of quick sort... You can find the link in the description box.

  • @AnjaliKumari-xj4ub
    @AnjaliKumari-xj4ub 4 года назад +1

    Thank you 😊

  • @ayush1rathore394
    @ayush1rathore394 2 года назад +1

    Ma'am segmentation fault aa raha h

  • @bruskciya1442
    @bruskciya1442 4 года назад

    do u have comments for your program (or translation) ? (i don´t understand your language, i have to describe the commands)

  • @dyotakgiri79
    @dyotakgiri79 3 года назад +2

    mam can you please explain the 7th and 8th line of code??? I am super confused with those declarations of first and i.....I mean to say that pivot is storing the first index value but also i ?????? It will be very much helpful if someone explain that please please plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz

    • @EdurisePoint
      @EdurisePoint  3 года назад +3

      Yes, we store the value of variable 'first' in both pivot and i then according to the conditions elements stored at index i and j will get swapped and they come in proper arrangement then value of pivot will change...This will happen till all the elements get sorted. Hope it will make your doubt clear but still if you are getting any doubts you can check out the video where I explained logic of quick sort. You can find the link in the description box.

    • @siddharththakkar9834
      @siddharththakkar9834 3 года назад

      ✅✅✅❤️🤗

  • @SandeepKamboj-jk9st
    @SandeepKamboj-jk9st 4 года назад

    great work

  • @moses7731
    @moses7731 2 года назад

    thank you

  • @ANUSH_STUDIO_
    @ANUSH_STUDIO_ 2 года назад

    Different between bubble sort & quick sort

  • @mayankpandey4359
    @mayankpandey4359 3 года назад

    💜

  • @chinthavishnu3041
    @chinthavishnu3041 4 года назад

    Hello mam please upload a vedio on "program for radix sort".

  • @VijayPatel-ez4lp
    @VijayPatel-ez4lp 3 года назад

    Thanks mam

  • @VijayPatel-ez4lp
    @VijayPatel-ez4lp 3 года назад

    Please make more video

  • @pietroubaldi4301
    @pietroubaldi4301 3 года назад

    this is the first Indian girl I hear speaking

  • @satyendra__editx2770
    @satyendra__editx2770 4 года назад

    Nice

  • @manishsingh1179
    @manishsingh1179 2 года назад +1

    Mam, Could you please provide source code of it ?

  • @FifinatorKlon
    @FifinatorKlon 4 года назад +1

    What language are you speaking and why do all the English comments here seem to understand it lol

  • @Little_living1
    @Little_living1 4 года назад +1

    U have missed (j>=first) in third while loop

    • @Little_living1
      @Little_living1 4 года назад

      U may correct us...not to leave our problem!!!!

    • @bruskciya1442
      @bruskciya1442 4 года назад

      where should I write it?

    • @EdurisePoint
      @EdurisePoint  3 года назад +2

      We need to compare elements present at that index so that we can arrange elements in such a way that all elements to the left of the pivot element are smaller, while all elements to the right of the pivot are greater that the pivot... So that's why we run these loop to sort the elements... Hope this will clear your doubt or you can check the video where I explained logic of quick sort... You can find the link in the description box

  • @VAISHNAVI-dh1hf
    @VAISHNAVI-dh1hf 8 месяцев назад +1

    This program is not working 👎

  • @agustinlyon8173
    @agustinlyon8173 3 года назад +1

    I cant understand anything sorry,

  • @williams4327
    @williams4327 3 года назад +1

    Vidio not clear

  • @archananandi9794
    @archananandi9794 4 года назад

    Where is the error

  • @shivanshbhardwaj5903
    @shivanshbhardwaj5903 4 года назад +4

    Total waste of time this code shows wrong output 😒

  • @princechaudhary2544
    @princechaudhary2544 4 года назад

    Nice

  • @nishantgautamazad6949
    @nishantgautamazad6949 4 года назад

    Nice