Selection Sort Algorithm

  Рет қаралды 272,620

CodeWithHarry

CodeWithHarry

Күн бұрын

Пікірлер: 372
@CodeWithHarry
@CodeWithHarry 4 жыл бұрын
Very few people have followed the playlist till here. But dont worry chahe 100 views aaye ya 1 view aaye course poora khatam karunga!
@Sub-sw4zd
@Sub-sw4zd 4 жыл бұрын
Best content on KZbin All the best👍
@harshitrathi3077
@harshitrathi3077 4 жыл бұрын
Thankyou Bhaiya. We Will support you till the end. And Dont worry Views Dheere dheere aajyengey, you keep On Uploading....... Just wait and watch Till the end of 2020 you will have 1M Subscribers And 10Lakhs Views On Dsa Playlist
@samyak235
@samyak235 4 жыл бұрын
Dedication of Harry :o .
@harshitrathi3077
@harshitrathi3077 4 жыл бұрын
Quick Sort and Merge Sort is Only Left Now
@asty8488
@asty8488 4 жыл бұрын
Sir muja 10th ka bad coding la ne ha kya lu ma pls reply
@sagar8880
@sagar8880 3 жыл бұрын
this man is damn underrated in his teaching skills
@AbhishekMishra-fn5bq
@AbhishekMishra-fn5bq 4 жыл бұрын
Very simple and clear explanation of Selection Sorting, Big Thanks. Please finish this course.
@IamZaxs
@IamZaxs 4 жыл бұрын
I DON'T SKIP ADS ONLY FOR HARRY'S HARDWORK
@itsrish4real
@itsrish4real 4 жыл бұрын
On the same boat on that one.
@abhishekganapure6456
@abhishekganapure6456 3 жыл бұрын
U watch ads to complete tanvi's story
@balajimahenderker5326
@balajimahenderker5326 3 жыл бұрын
@@abhishekganapure6456 😂🌝
@rahulvishwakarma6235
@rahulvishwakarma6235 3 жыл бұрын
Tum bhut achcha kam krte ho man !!!
@sarveshwarsingh1308
@sarveshwarsingh1308 2 жыл бұрын
yeah, get youtube premium
@rvpandey-k4v
@rvpandey-k4v 11 ай бұрын
we are very thankfull to get these kind of person who are trying to support those people who can not able to afford expensive courses for this subjects but still we are not supporting these people . i am the biggest fan of @codewithharry sir keep it doing we always try to support you but instead of being supporting some people abuse these people iit is kind of very thoughtfull think how they are living on our mother earth.
@samirrobin3524
@samirrobin3524 2 жыл бұрын
Sir's way of explaining is truly amazing! It makes the complex topic also too easy for us to understand...Thank you very much Sir..❤️❤️🥰🥰
@shatviksmit3388
@shatviksmit3388 3 жыл бұрын
19:18 No, Selection sort is not adaptive as it will do all the comparisons as done in the case of unsorted array
@webseriesworld1791
@webseriesworld1791 3 жыл бұрын
19:14 As per swaps -> Selection sort is adaptive because if the array is sorted then we have to do less swaps but As per comparisons -> Selection sort is not adaptive because even in Best Case we have to do all the comparisons Thnx harry bhai for all this !!!!!
@saharajaman894
@saharajaman894 3 жыл бұрын
My favourite tutor. I always follow this channel and learn java basically. ❣️❣️
@rupamsud718
@rupamsud718 4 жыл бұрын
Chahe abhi nahi dekho gaa lekin jaab time aayega tu jarror dekho ga aur samjho gaa kyuki abhi mujhe patah nahi hain ki yai kyaa hain. Your videos are like that I can even watch them after 100 years
@blackwolfkills
@blackwolfkills 4 жыл бұрын
Plzzz don't stop making these videos as they are really great........plzz
@abhisheksah99
@abhisheksah99 11 ай бұрын
i listened only for first 5 min and was able to code the selection sort thank you sir
@prathamrajgor
@prathamrajgor 2 жыл бұрын
Tried Writing code Just After explanation and it Works perfectly fine void SelectionSort(int *arr, int n){ int temp; for (int i = 0; i < n - 1 ; i++) { for (int j = i+1; j < n ; j++) { if(arr[ i ] > arr[ j ]){ temp=arr[ i ]; arr[ i ]=arr[ j ]; arr[ j ]=temp; } } } }
@gulshan2052
@gulshan2052 4 жыл бұрын
Harry sir, you are awesome. You do so much of hard work for us.
@PGiri2002
@PGiri2002 2 жыл бұрын
Time - 2:34 void selectionSort(int *arr, int length) { int temp,elm; for (int i = 0; i < length-1; i++) { elm=arr[i]; for (int j = i; j < length; j++) { if (elm>arr[j]) { temp=arr[i]; arr[i]=arr[j]; arr[j]=temp; } } } }
@adityakumar6945
@adityakumar6945 2 жыл бұрын
Thanks a lot ! I am a beginner ...started coding a month back. Really scatched my head over this one......
@shaikhmukhtar5748
@shaikhmukhtar5748 Жыл бұрын
I'm learning DSA with superb entertainment ❤️
@EngineersKatta004
@EngineersKatta004 3 жыл бұрын
My college is not serious about DSA,I think they are also watch your videos and teaches to us,But harry bhai aap jo mehenat kar rhe ho hamare liye usko 21 tofo ki salami
@technicalnitians8968
@technicalnitians8968 4 жыл бұрын
Bro Trees and Graphs topic is left That's the important one topic to cover in this DSA
@ViratKohli-x8q
@ViratKohli-x8q Жыл бұрын
Harry Bhaiya you are the best teacher for CS students Love You
@oyepuru
@oyepuru 4 жыл бұрын
Next Roadmap Competitive Programing Brother Like For Better Reach Everyone
@durgawatisingh8350
@durgawatisingh8350 4 ай бұрын
Very simple clear explanation all clear understanding 👌👌👌👌👌👌👌👌👌👌👌👌👌👌👌👌💯💯💯💯
@Ajinkya_Chirde_07
@Ajinkya_Chirde_07 Жыл бұрын
best explanation Harry bhai👍
@DipsOfficial802
@DipsOfficial802 2 жыл бұрын
Thank you harry bhai for such a great course 🙏🙏🙏
@mfcd7-
@mfcd7- 4 жыл бұрын
Thanks Harry bhai you are doing great work for us❤️❤️
@nageshsalgude3572
@nageshsalgude3572 2 жыл бұрын
thank you Harry bhai for making such useful content
@udaykirankavaturu6942
@udaykirankavaturu6942 Жыл бұрын
Harry bhaiya done with this thank you 24:37
@knirmandeb
@knirmandeb 4 жыл бұрын
Love your teaching styles bro
@sudarshanmhaisdhune1039
@sudarshanmhaisdhune1039 3 жыл бұрын
Wow! Such a learning 💗
@Forever._.curious..
@Forever._.curious.. 2 жыл бұрын
Masttt jaa ra he 🤩🙌🏻
@engineerbhai7642
@engineerbhai7642 4 жыл бұрын
You deserve millions subscribers.
@studynewthings1727
@studynewthings1727 2 жыл бұрын
Thankyou man to simplify concepts with perfect examples
@ChetanBhole
@ChetanBhole 4 жыл бұрын
Mujhe Pata Nii Tha Apne DSA Ka Course Start Kr Diye Just Abhi Maine Playlist Access Ki.
@anexocelisia9377
@anexocelisia9377 3 жыл бұрын
Selection Sort Take a pointer at the start of the array and traverse the array and find the min element and swap. Then simply increase the pointer and do this till last element of the array. No, it is not adaptive as it will do comparisons for swapping even when the array is already sorted.
@kushal6065
@kushal6065 3 жыл бұрын
pointer?
@TwinshuParmar
@TwinshuParmar 3 жыл бұрын
Thanks Harry Bhaiya... Stay Blessed
@asishkumarsingh9276
@asishkumarsingh9276 2 жыл бұрын
Harry bhai course bahot hi acha hai
@aaishuagarwal6629
@aaishuagarwal6629 3 жыл бұрын
Please complete the series as soon as possible
@Karthik-kt24
@Karthik-kt24 3 жыл бұрын
Very helpful channel! goldmine for students! may god bless u 🙇‍♂️🙏
@than0s869
@than0s869 2 жыл бұрын
Great Explanation Ever 🤠
@aku_11_11
@aku_11_11 4 жыл бұрын
❤️❤️ Harry bhai u r my life..💜💜 "Placement". kee liye bhi kuch tips bata do plz Harry bhai.!!!!!
@aayushibahukhandi
@aayushibahukhandi 3 жыл бұрын
You are awesome!!! 🥳
@HarpreetKaur-wb2sk
@HarpreetKaur-wb2sk 3 жыл бұрын
Excellent way of teaching
@yatinarora1252
@yatinarora1252 4 жыл бұрын
Never been this early...thanku so much for ur precious time
@shalinisharma3777
@shalinisharma3777 2 жыл бұрын
@codewithharry Harry Bhai A very huge thanks to you ❣️🌸✌️
@RahmatKhanZai89
@RahmatKhanZai89 2 жыл бұрын
वास्तव में अद्भुत सामग्री
@atulwadhwa192
@atulwadhwa192 3 жыл бұрын
@CodeWithHarry , by default its non adaptive but cant we make it adaptive??
@abhishekganapure6456
@abhishekganapure6456 3 жыл бұрын
Kardi adla badli harry bhai khub maza aaya
@ridham7120
@ridham7120 4 жыл бұрын
Codewithharry is the best
@myselfarav3024
@myselfarav3024 4 жыл бұрын
Harry sir, you are just amazing. You deserve much more subscribers and viewers and likers and commenters...
@VijayKumar-go6cr
@VijayKumar-go6cr 4 жыл бұрын
Who is following him from last year?🤗🤗
@binodofficial8420
@binodofficial8420 4 жыл бұрын
Me
@aryankumar87771
@aryankumar87771 4 жыл бұрын
Binod
@kushal6065
@kushal6065 3 жыл бұрын
Binod
@AbdulRahman-tj3wc
@AbdulRahman-tj3wc 3 жыл бұрын
Why Selection Sort is not Adaptive if number of swaps is zero in sorted arrays???
@ShaksD-vf3go
@ShaksD-vf3go 3 ай бұрын
Goat=harry bhai❤❤
@anshdholakia714
@anshdholakia714 4 жыл бұрын
19:23 not adaptive, because the algorithm will compare the numbers even if the array given is sorted
@bug244
@bug244 2 жыл бұрын
Thanku haary sir for your hard work
@sailendrachettri8521
@sailendrachettri8521 3 жыл бұрын
Must hay bhai :)
@IT__HarshVaish
@IT__HarshVaish 2 жыл бұрын
Very simple language.
@sharjeelashraf9887
@sharjeelashraf9887 2 ай бұрын
19:17 Selection sort is not adaptive as it requires a complete to be done in order to make the comparisons between the elements but can be made adaptive like wise we have done in the case of bubble sort algorithm.
@ilovejs1768
@ilovejs1768 3 жыл бұрын
gazab explanation harry bhai
@royfamily9273
@royfamily9273 2 жыл бұрын
Thanks Harry Bhaiya
@vedantmule6237
@vedantmule6237 3 жыл бұрын
Yes, I think it is adaptive , Honestly.
@MrSaint-ch6xn
@MrSaint-ch6xn 4 жыл бұрын
18:20 selection sort is not adaptive
@RohanDasRD
@RohanDasRD 4 жыл бұрын
Best Explanation Bhai!
@NITISHKUMAR-vu8gy
@NITISHKUMAR-vu8gy 4 жыл бұрын
sir app k liye bas kya hi bplu lajawab
@sohaibmughalmughal4680
@sohaibmughalmughal4680 3 жыл бұрын
Great teacher
@spicyedutainment1577
@spicyedutainment1577 3 жыл бұрын
no the selection sort is not adaptive because we still comparison the elements in case of sorted array
@suhanikerkar
@suhanikerkar Жыл бұрын
Thanks understood well ;)
@dipakkumarsingh9884
@dipakkumarsingh9884 2 жыл бұрын
Respect 🙆🏼‍♂️💯
@Beginner..
@Beginner.. 4 жыл бұрын
Heart de do naa Harry bhai Pleaseeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee Waiting for you heart from last 2years!
@ankurdahiya3611
@ankurdahiya3611 2 жыл бұрын
i didn't understand why Selection Sort is not (Adaptive)? because as you said in last videos an algorithm is Adaptive if our efforts are minimized if an array is sorted........here if array is sorted we didn't have to swap elements...so effort is minimized should it not be Adaptive?
@supershorts3592
@supershorts3592 Жыл бұрын
Have you watched the whole video 😂
@ankurdahiya3611
@ankurdahiya3611 Жыл бұрын
@@supershorts3592 yes i did
@MrSaint-ch6xn
@MrSaint-ch6xn 4 жыл бұрын
A biggest thank you for you ❤️❤️❤️😘❤️❤️❤️❤️
@subhrajyotidas2569
@subhrajyotidas2569 3 жыл бұрын
treasure of ds
@rishabhshukla2523
@rishabhshukla2523 3 жыл бұрын
Bhai plzz continue ds lecture
@Aspi12354
@Aspi12354 3 жыл бұрын
Awesome Video👍👍
@yasharyan9814
@yasharyan9814 Жыл бұрын
bhaiya coding toh aapse hi samajh mein aati hai 👍
@ritikchoudhary9601
@ritikchoudhary9601 3 жыл бұрын
OSSUM Video bhai i
@pankajkumarsingh3521
@pankajkumarsingh3521 2 жыл бұрын
greatt coursee sirr
@manashalder3999
@manashalder3999 3 жыл бұрын
Yes I understood this algorithm
@blackwolfkills
@blackwolfkills 4 жыл бұрын
Great explaination.....
@meme_menaty
@meme_menaty 4 жыл бұрын
harry bhi please make a video on java in 1 video this is very imp for us
@phnix5661
@phnix5661 4 жыл бұрын
harry sirji will you provide the notes for these videos or we should start taking notes
@abhinavdubey_7
@abhinavdubey_7 3 жыл бұрын
Cool Harry brother ❤️
@jairambhardwaj716
@jairambhardwaj716 4 жыл бұрын
Awesome videos ❤
@ConfusedBeachHammock-tc8km
@ConfusedBeachHammock-tc8km 7 ай бұрын
Thanks a lot
@NITISHKUMAR-vu8gy
@NITISHKUMAR-vu8gy 4 жыл бұрын
app se achha teacher nhi hai koe
@rupakdutta5577
@rupakdutta5577 3 жыл бұрын
5 months ago u promised this:"Very few people have followed the playlist till here. But dont worry chahe 100 views aaye ya 1 view aaye course poora khatam karunga!" Kaha gye wo promise ? Tbh,not one ever explained DS the way u did.
@oyepuru
@oyepuru 4 жыл бұрын
Nice Harry Keep Going
@sanketsuryawanshi
@sanketsuryawanshi 4 жыл бұрын
Nice harry bhai thanks 🔥
@mujeeburrehman8145
@mujeeburrehman8145 2 жыл бұрын
sir selection sort is not adaptive but we can make it adaptive like key = arr[0]; min = arr[0]; aftar one whole pas we check if (key == min) return;
@ankurdahiya3611
@ankurdahiya3611 2 жыл бұрын
lmao it'll not work bro because consider if only 1st element is less than all other elements....then it'll return for example {0,25,34,1,2} it'll return if 1st element is lesser than others
@pankajkumarsingh3521
@pankajkumarsingh3521 2 жыл бұрын
u r greatt
@princesukhala7106
@princesukhala7106 2 жыл бұрын
7:00min Done done
@Matrix_Mayhem
@Matrix_Mayhem 3 жыл бұрын
thanks harry bhai
@rakeshsahoo16
@rakeshsahoo16 4 жыл бұрын
Well explained 👍
@shivrajyadav925
@shivrajyadav925 4 жыл бұрын
Good explained
@anjusreetalukdar1088
@anjusreetalukdar1088 4 жыл бұрын
very good playlist :)
@NavneetKaur-nc6vp
@NavneetKaur-nc6vp Жыл бұрын
Thanks
@ritikjain6952
@ritikjain6952 4 жыл бұрын
Harry bhai we also want to see videos on graphs and trees
@Sans_K5
@Sans_K5 2 жыл бұрын
thanks_Sir💜⚡️
@umeshchandra7441
@umeshchandra7441 4 жыл бұрын
Sir plz make a course on game development with unity
@SahilSingh-oc1ps
@SahilSingh-oc1ps 4 жыл бұрын
Bhaiya tree topic bhi details m pdha do...... And thanks a lot for all your playlists ❤️
@Zeeshanhaider-wo5bs
@Zeeshanhaider-wo5bs Жыл бұрын
Good Ho gia Boss
Selection Sort Program in C
15:27
CodeWithHarry
Рет қаралды 221 М.
QuickSort Algorithm in Hindi (With Code in C)
52:29
CodeWithHarry
Рет қаралды 397 М.
Thank you Santa
00:13
Nadir Show
Рет қаралды 50 МЛН
Кто круче, как думаешь?
00:44
МЯТНАЯ ФАНТА
Рет қаралды 6 МЛН
Insertion Sort Algorithm in Hindi
32:17
CodeWithHarry
Рет қаралды 336 М.
Selection Sort Algorithm - Theory + Code
18:49
Kunal Kushwaha
Рет қаралды 255 М.
Analysis of QuickSort Sorting Algorithm
20:14
CodeWithHarry
Рет қаралды 98 М.
2.8.1  QuickSort Algorithm
13:43
Abdul Bari
Рет қаралды 3,3 МЛН
This Algorithm is 1,606,240% FASTER
13:31
ThePrimeagen
Рет қаралды 854 М.
Bubble Sort By Abdul Bari
20:10
Huzzii Editz♥️🔥
Рет қаралды 89 М.
Insertion Sort in C Language (With Explanation)
29:45
CodeWithHarry
Рет қаралды 250 М.
Introduction to Graphs | Graph Data Structure
18:01
CodeWithHarry
Рет қаралды 384 М.
Thank you Santa
00:13
Nadir Show
Рет қаралды 50 МЛН