I Learned the FASTEST Way to Sort Data. BUT... | Hindi
ฝัง
- เผยแพร่เมื่อ 8 ก.พ. 2025
- I Learned the FASTEST Way to Sort Data. BUT... and in this video we'll see the Java code for sorting algorithm and check how these algorithm will sort 575 elements .
Because , we know, sorting algorithms are crucial part of Data structure and algorithms and we'll see the implementation of the algorithm in Java language !
But it's also important to use the perfect sorting algorithm when using building application.
Here,we will see, merge sort , insertion sort, selection sort, quick sort, radix sort , bogo sort and cute bubble sort.
Loved that sorting sound ! So satisfying 😁
Lol yesss ! IKR
You should've used quantum bogo sort, it's instant!
lol ..noted 😁😁😁
Dont confuse Selection sort. Its not that fast, actually its quite slow. Only visually it looks really fast because it switches each element only once. But actually, for the computer, something like quickSort/MergeSort/RadixSort is waaaaay faster.
Okay ! .thanks mate !
I'll keep in mind for next time ! 😃
Means a lot !