7.5 Selection Sort in Data Structure | Selection Sort Algorithm with C Program

preview_player
Показать описание
Discussed Selection Sort Algorithm with the help of C Program in Data Structures with example

******************************************
See Complete Playlists:

*********************************************

Connect & Contact Me:

#selectionsort #sortingalgorithm #datastructures
Рекомендации по теме
Комментарии
Автор

omg!1 i m paying lakhs of rupees every sem! and still my prof cant match ur way of teaching!! thank you maam

explorer
Автор

This lady deserves to be paid! She is so understandable and I'm paying people at my university to make me completely lost! Jenny we need more lecturers like you at UWI!!!

YorkshiireZ
Автор

Understood everything from the topic.
If teachers like you are present in every Indian engineering college then India will surely be a superpower.

shaditya
Автор

I wish i had a faculty like her in my university.
She explained the problem so precisely 👏

ifrankenstine
Автор

Jenny mam I started sawing your lecture day before yesterday and I found out why Students call you a " GREAT TEACHER " Brilliant explanation

Starwork
Автор

I've literally explored 4-5 videos but no one could do it like this. Thank you so much

harleenkaur
Автор

mam, I have followed many online lectures....but I found your lectures useful and understandable. I was scared of array in the beginning but now I can do the coding part with only understanding the logic. I don't need to see the worked out code now. Thank you mam for my improvement.

tithidas
Автор

Thank you for explaining along with source code.. Really great.

raghuhck
Автор

I really cant see anyone giving a dislike to her video. amazing explanation way better than my data-structure prof would provided.

augustoalmeida
Автор

"Thank you for being such a good teacher and making learning enjoyable."

sk-inxv
Автор

Wow what a teaching mam. I like ur teaching skills

sivasaimanikantachalla
Автор

Thank you for making such a thorough explanation. I finally get it!

nataliemeneses
Автор

This is like the final boss explanation of CSE IT concepts, in a span of nearly a decade I never found myself understand the concepts with so much ease, I regret not finding this channel before!

utkarshdubey
Автор

i really appreciate your work and may God give you good health to keep helping people with the little you know

khangdeng
Автор

Hello Jenny,
Selection sort has advantage over bubble sort in terms of swaps, in worst case bubble sort has o(n2) swap and run time, but selection is used to overcome the swapping which is o(n) in worst case.
In optimized bubble sort, you used flag which reduces the swapping so thats kind of same as selection sort

sujansarathighosh
Автор

Finally Landed On the Best Tutorial !!!For Complex Problem
💯💯🙌🙌Thanks Ma'am!!👍

aniketkolte
Автор

Words fall short to explain your way of teaching....

sandeep
Автор

You great madam. School would have been simple if every lecturer was intelligent like you. Watching u from Zambia 🇿🇲🇿🇲🇿🇲🇿🇲

kondowewilas-qehp
Автор

I extend my heartfelt gratitude towards you for explaining such critical concepts with precise details. As a student of a Tier-3 college, I cannot rely on our lecturers' shoddy teaching; not to mention I am also a slow learner.

Writing the code is probably your biggest strength since not everyone will do that and translating the logic into code is extremely rare nowadays.

I wish you the best of luck and hope you continue making amazing videos like this.

ramyakrohanmohanty
Автор

in selection sort similarly like bubble sort we can create an optimised code by using flag variable .
setting flag =1; in inner for loop

rathirohitbhojraj