SlideShare a Scribd company logo
/*** program of merge sort ****
* http://www.tutorial4us.com/data-structure/c-merge-sort */
#include<stdio.h>
#include<conio.h>
void mergesort(int a[],int n)
{
int b[50],c,low1,high1,high2,low2;
int i,k,j;
c=1;
while(c<n)
{
low1=0;
k=0;
while(low1+c<n)
{
low2=low1+c ;
high1=low2-1;
if(low2+c-1<n)
high2=low2+c-1;
else
high2=n-1;
i=low1;
j=low2;
while(i<=high1 && j<=high2)
{
if(a[i]<=a[j])
b[k++]=a[i++];
else
b[k++]=a[j++];
}
while(i<=high1)
b[k++]=a[i++];
while(j<=high2)
b[k++]=a[j++];
low1=high2+1;
}
i=low1;
while(k<n)
b[k++]=a[i++];
for(i=0; i<n; i++)
a[i]=b[i];
c=c*2;
}
}
main()
{
int a[20],i,n;
clrscr();
printf("How many elements you want to enter: ");
scanf("%d",&n);
printf("Enter any %d elements: n",n);
for(i=0; i<n; i++)
{
scanf("%d",&a[i]);
}
printf("nnList Befor Sorting : ");
for(i=0; i<n; i++)
{
delay(400);
printf("%5d",a[i]);
}
mergesort(a,n);
printf("nnList After Sorting : ");
for(i=0; i<n; i++)
{
delay(400);
printf("%5d",a[i]);
}
getch();
return 0;
}

More Related Content

PDF
A gentle introduction to functional programming through music and clojure
PDF
Clock For My
DOCX
DOCX
Assignement of programming & problem solving u.s ass.(1)
DOCX
Interpolation graph c++
DOCX
Any number system to any number system convertor
TXT
Langrange method for MATLAB Code
A gentle introduction to functional programming through music and clojure
Clock For My
Assignement of programming & problem solving u.s ass.(1)
Interpolation graph c++
Any number system to any number system convertor
Langrange method for MATLAB Code

What's hot (13)

DOCX
Include
PDF
Libtcc and gwan
PPTX
Assignement of c++
PPTX
Elf文件解析
TXT
Newton's method for MATLAB Code
PDF
Om (Cont.)
DOCX
Cpp programs
PDF
Part2 from math import * from simpson import * k=1 def f(x): return (exp(-(x...
PDF
Insertion sort
PDF
バイオインフォ分野におけるtidyなデータ解析の最新動向
PDF
Nader K. Rad: P3.express: Minimalism in Project Management
KEY
Ruby haskell extension
TXT
Midi pc to_cc_port_for_kontakt_marcelo port
Include
Libtcc and gwan
Assignement of c++
Elf文件解析
Newton's method for MATLAB Code
Om (Cont.)
Cpp programs
Part2 from math import * from simpson import * k=1 def f(x): return (exp(-(x...
Insertion sort
バイオインフォ分野におけるtidyなデータ解析の最新動向
Nader K. Rad: P3.express: Minimalism in Project Management
Ruby haskell extension
Midi pc to_cc_port_for_kontakt_marcelo port
Ad

Similar to Merge sort (20)

PPT
merge sort - updated to c .ppt
DOCX
Merge sort in CSolution#include-stdio-h- #define MAX 50 void mergeSort.docx
PPTX
Merge sort
DOCX
DAA Lab File C Programs
DOCX
Write a complete C programme to implement the following sorting algor.docx
DOC
Sorting programs
PPTX
Data Structures and Agorithm: DS 20 Merge Sort.pptx
PDF
Ds sorting
PDF
Sorting Algorithms and their implementations
PPTX
MergeSort in data structure and its applications.pptx
DOCX
ADA FILE
DOCX
PPTX
LectureSlidData_sturcture_algorithm_v2.pptx
DOCX
DAA Lab Work.docx
PDF
Data Structure using C
DOC
Ds program-print
PDF
IN C Implement the merge sort algorithm using a linked list instead of.pdf
PPTX
Merge sort algorithm power point presentation
merge sort - updated to c .ppt
Merge sort in CSolution#include-stdio-h- #define MAX 50 void mergeSort.docx
Merge sort
DAA Lab File C Programs
Write a complete C programme to implement the following sorting algor.docx
Sorting programs
Data Structures and Agorithm: DS 20 Merge Sort.pptx
Ds sorting
Sorting Algorithms and their implementations
MergeSort in data structure and its applications.pptx
ADA FILE
LectureSlidData_sturcture_algorithm_v2.pptx
DAA Lab Work.docx
Data Structure using C
Ds program-print
IN C Implement the merge sort algorithm using a linked list instead of.pdf
Merge sort algorithm power point presentation
Ad

More from Hitesh Kumar (20)

DOCX
Abstraction in c++ and Real Life Example of Abstraction in C++
PDF
HTML Interview Questions | Basic Html Interview Questions
PDF
Fibonacci Series Program in C++
PDF
CSS Interview Questions for Fresher and Experience
PDF
Factorial Program in C
PDF
Prime number program in C
PDF
Top JSON Interview Questions for Freshers
PDF
Queue in C, Queue Real Life of Example
PDF
Fibonacci series c++
PPTX
Super keyword in java
DOCX
Interface in java
DOCX
Encapsulation in C++
DOCX
Abstract class in java
PPTX
Super keyword in java
PPTX
Final keyword in java
PPTX
Constructor in java
PPTX
Super keyword in java
PPTX
Ternary operator
PPT
File handling in C++
PPTX
Main method in java
Abstraction in c++ and Real Life Example of Abstraction in C++
HTML Interview Questions | Basic Html Interview Questions
Fibonacci Series Program in C++
CSS Interview Questions for Fresher and Experience
Factorial Program in C
Prime number program in C
Top JSON Interview Questions for Freshers
Queue in C, Queue Real Life of Example
Fibonacci series c++
Super keyword in java
Interface in java
Encapsulation in C++
Abstract class in java
Super keyword in java
Final keyword in java
Constructor in java
Super keyword in java
Ternary operator
File handling in C++
Main method in java

Recently uploaded (20)

PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PPTX
Orientation - ARALprogram of Deped to the Parents.pptx
PDF
Weekly quiz Compilation Jan -July 25.pdf
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
What if we spent less time fighting change, and more time building what’s rig...
PDF
Indian roads congress 037 - 2012 Flexible pavement
PDF
RMMM.pdf make it easy to upload and study
PPTX
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
PPTX
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
PDF
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
PDF
1_English_Language_Set_2.pdf probationary
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PPTX
Introduction to Building Materials
PDF
Practical Manual AGRO-233 Principles and Practices of Natural Farming
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
PDF
Hazard Identification & Risk Assessment .pdf
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
Orientation - ARALprogram of Deped to the Parents.pptx
Weekly quiz Compilation Jan -July 25.pdf
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Final Presentation General Medicine 03-08-2024.pptx
What if we spent less time fighting change, and more time building what’s rig...
Indian roads congress 037 - 2012 Flexible pavement
RMMM.pdf make it easy to upload and study
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
1_English_Language_Set_2.pdf probationary
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
Chinmaya Tiranga quiz Grand Finale.pdf
Introduction to Building Materials
Practical Manual AGRO-233 Principles and Practices of Natural Farming
Final Presentation General Medicine 03-08-2024.pptx
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
Hazard Identification & Risk Assessment .pdf

Merge sort