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.

ความคิดเห็น • 6

  • @amit-l1n1v
    @amit-l1n1v 4 หลายเดือนก่อน

    Loved that sorting sound ! So satisfying 😁

    • @syntaxbro
      @syntaxbro  4 หลายเดือนก่อน

      Lol yesss ! IKR

  • @miriam.frenay
    @miriam.frenay 4 หลายเดือนก่อน

    You should've used quantum bogo sort, it's instant!

    • @syntaxbro
      @syntaxbro  4 หลายเดือนก่อน

      lol ..noted 😁😁😁

  • @andrewtate8792
    @andrewtate8792 4 หลายเดือนก่อน

    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.

    • @syntaxbro
      @syntaxbro  4 หลายเดือนก่อน +1

      Okay ! .thanks mate !
      I'll keep in mind for next time ! 😃
      Means a lot !