Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 397 Bytes

File metadata and controls

5 lines (5 loc) · 397 Bytes

EB3-56400-21[BENEDICT MURIMI]: Insertion sort and merge sort algorithms in Java Programming Language. Run each file individually (Located in the src folder). Merge sort:Is a stable algorithm and in best,average and worst case it has a time complexity of 0(n log n). Insertion sort:in the best case it has a time complexity of 0(n);in the average and worst case it has a time complexity of 0(n^2).