Skip to content

Instantly share code, notes, and snippets.

View harshit259's full-sized avatar

HARSHIT SAXENA harshit259

  • SRMS CET & R
View GitHub Profile
import java.util.*;
public class MergerSort
{
public static void main(String[] args)
{
//Unsorted array
Integer[] a = { 2, 6, 3, 5, 1, };
//Call merge sort