• 07 December

    Merge sort in java

    If you want to practice data structure and algorithm programs, you can go through data structure and algorithm interview questions. Merge sort is divide and conquer sorting algorithm. It is efficient, comparison based sorting algorithm. Merge sort Algorithm It works on below principle: Divide list into sublist of about half size in each iteration until each […]