This is the second video in the sorting algorithm series where we cover selection sort in depth. We look at how the algorithm works, the complexity analysis, and code.
Take part in the learning in public initiative! Share your learnings on LinkedIn and Twitter with #DSAwithKunal & don't forget to tag us!
👉 Resources
- Join Replit: http://join.replit.com/kunal-kushwaha
- Complete Java DSA playlist: https://www.youtube.com/playlist?list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ
- Code, Assignments, & Notes: https://github.com/kunal-kushwaha/DSA-Bootcamp-Java
➡️ Connect with me: http://kunalkushwaha.com
=========================================
Timestamps:
0:00 Introduction
0:38 What is Selection Sort?
4:40 Complexity of Selection Sort
8:21 Worst Case
8:30 Best Case
8:47 Stability
9:01 Use Case
9:20 Algorithm for Selection Sort
11:15 Code for Selection Sort
18:36 Outro
#sorting #placement #dsa #interviews