Back to Browse

Quick Sort | Sorting Algorithm

698 views
May 29, 2022
20:48

In this video, I have explained quick sort. Quick Sort is a Divide and Conquer algorithm. It picks an element as pivot and partitions the input array around the picked pivot. https://github.com/fit-coder/fitcoderyoutube/tree/master/sorting 00:00 Introduction 00:06 Quick Sort 02:06 Pseudo Code 16:10 Quick Sort properties 18:53 C++ Implementation ------------------------------------------------------------- I live in New Delhi and love explaining programming concepts. I have done M.Tech(BITS Pilani) + B.Tech(PEC, Chandigarh) in Computer Science and am currently working as a software engineer in a MNC. If you like my content, please like, share my videos and subscribe to the channel. ------------------------------------------------------------- For Sorting Algorithms, please refer to the below playlist: https://www.youtube.com/playlist?list=PLFj4kIJmwGu08Rq9e-ensRK5bFA2fVUhz For Linked List tutorials, please refer to the below playlist: https://youtube.com/playlist?list=PLFj4kIJmwGu1oI1HVzAZlpJgKf9xv6mM1 For Binary tree tutorials, please refer to the below playlist: https://youtube.com/playlist?list=PLFj4kIJmwGu2VDN0qKVMmCbEeGBEpXzkX For Binary search tree tutorials, please refer to the below playlist: https://youtube.com/playlist?list=PLFj4kIJmwGu21Tv1mmsNFOf5pWUrSjr55 For in-depth Graph theory and implementation details, please refer to the below playlist: https://youtube.com/playlist?list=PLFj4kIJmwGu0yzwN3qZmw6p3E3zpoHpZz #DataStructure,#sorting,#FitCoder,#Algorithm,#competitiveprogramming,#faang,#codinginterview

Download

0 formats

No download links available.

Quick Sort | Sorting Algorithm | NatokHD