Back to Browse

Sorting Algorithms Tutorial in C++ Part 3 | Quick Sort Algorithm | Data Structures @SCALER

2.4K views
Premiered Mar 11, 2024
34:07

This is part 3 of Sorting Algorithms by Mahima Hans (Software Engineer, Adobe). In this video she will take you through the basic concept of Quick Sort Algorithm. Check out the FREE masterclasses by Leading Industry Experts here: https://www.scaler.com/events?utm_source=Youtube&utm_medium=osocial&utm_campaign=brand_scaler_events_osocial_youtube_sorting-algorithms-in-cpp-by-mahima-hans-part3&utm_content=YTDescription Topics Covered- 00:00:00- Introduction 00:02:25- Example of Quick Sort 00:25:22- Coding Example of Quick Sort Algorithm You'll learn about utilizing the C++ library for sorting and get hands-on experience with various sorting algorithms. Sorting algorithms are fundamental procedures in computer science used to rearrange data elements into a specific order. The goal is to organize items systematically, making it easier to search, retrieve, and manipulate the data efficiently. What is Sorting Algorithm? Sorting algorithms are methods used to arrange elements in a specific order, such as numerical or lexicographical. They reorder elements systematically, making data easier to search, analyze, or manipulate efficiently. What is C++? C++ is a high-level programming language used for developing software, applications, and systems. It supports procedural, object-oriented, and generic programming paradigms, offering a rich set of features like classes, templates, and low-level memory manipulation. What is Data Structures? Data structures are a way of organizing and storing data in a computer to facilitate efficient operations like insertion, deletion, searching, and sorting. They include arrays, linked lists, stacks, queues, trees, graphs, etc., each with specific properties and purposes. What is Insertion Sort? Insertion sort is a simple sorting algorithm that builds the final sorted array one element at a time. It iterates through the input elements and places each element into its correct position in the sorted list. What is Bubble Sort? Bubble sort is a basic sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order. It continues until the list is sorted. What is Selection Sort? Selection sort is a simple sorting algorithm that divides the input list into two parts: the sorted part at the left end and the unsorted part at the right end. ______________________________________________________________________________ About SCALER: A transformative tech school, creating talent with impeccable skills. Upskill and Create Impact. Learn more about Scaler: https://bit.ly/3v8vrRp ๐Ÿ“Œ Follow us on Social and be a part of an amazing tech community๐Ÿ“Œ ๐Ÿ‘‰ Meet like-minded coder folks on Discord - https://discord.com/invite/ejFeksEtTq ๐Ÿ‘‰ Tweets you cannot afford to miss out on - https://twitter.com/scaler_official ๐Ÿ‘‰ Check out student success stories, expert opinions, and live classes on Linkedin - https://www.linkedin.com/school/scalerofficial ๐Ÿ‘‰ Explore value-packed reels, carousels and get access to exclusive updates on Instagram - https://www.instagram.com/scaler_official/ ๐Ÿ“ข Be a part of our one of a kind telegram community: https://t.me/Scalercommunity ๐Ÿ”” Hit that bell icon to get notified of all our new videos ๐Ÿ”” If you liked this video, please don't forget to like and comment. Never miss out on our exclusive videos to help boost your coding career! Subscribe to Scaler now! https://www.youtube.com/Scaler?sub_confirmation=1

Download

1 formats

Video Formats

360pmp474.9 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Sorting Algorithms Tutorial in C++ Part 3 | Quick Sort Algorithm | Data Structures @SCALER | NatokHD