filmov
tv
Sorting Algorithms Simplified for Beginners | Data Structures and Algorithms Tutorial

Показать описание
What is Sorting Algorithm?
A Sorting Algorithm is used to rearrange a given array or list elements according to a comparison operator on the elements. The comparison operator is used to decide the new order of elements in the respective data structure.
The most frequently used orders are numerical order and lexicographical order, and either ascending or descending. Efficient sorting is important for optimising the efficiency of other algorithms that require input data to be in sorted lists. Sorting is also often useful for processing data and for producing human-readable output.
The following topics are covered in this video:
0:00 - Introduction
1:00 - Bubble sort
14:15 - Merge sort
23:50 - Code of merge sort
28:55 - Void merge
---------------------------------------- About Scaler --------------------------------------------------
We are a tech-focused upskilling and reskilling platform catering to tech enthusiasts in universities and working professionals. There are more Scaler graduates working at Amazon than all of the IITs combined!
📌 Follow us on Social and be a part of an amazing tech community📌
🔔 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!
#sorting #sortingalgorithms #algorithms #codinginterview
Комментарии