Why and how sorting algorithms are used in Java? [closed]
Closed 23 mins ago.
Please, can someone provide me info on why we should learn Sorting algorithms like merge, selection, since they are so slow for larger datas?
I am learning DSA on Java and couldnt figure out why i should start learning from sorting algorithms without using normal .sort method? I mean merge sort and bubble sorts are slow for larger data right? Please, someone shed light on this question.. Thanks a lot..