IMPLEMENTATION OF HEAP SORT
PROGRAM:
#include
#include
#include
#define MAX 10
void main()
{
int i,n;
int arr[MAX];
void makeheap(int arr[MAX],int n);
void heapsort(int arr[MAX],int n);
void display(int arr[MAX],int n);
clrscr();
for(i=0;i
printf("\n How many elements you want to sort");
scanf("%d",&n);
printf("Enter the elements");
for(i=0;i
printf("\n The elements are....");
display(arr,n);
makeheap(arr,n);
printf("\n Heapified");
display(arr,n);
heapsort(arr,n);
printf("\n Elements sorted by heapsort");
display(arr,n);
getch();
}
void makeheap(int arr[MAX],int n)
{
int i,val,j,father;
for(i=1;i
val=arr[i];
j=i;
father=(j-1)/2;
while(j>0&&arr[father]
arr[j]=arr[father];
j=father;
father=(j-1)/2;
}
arr[j]=val;
}
}
void heapsort(int arr[MAX],int n)
{
int i,k,temp,j;
for(i=n-1;i>0;i--)
{
temp=arr[i];
arr[i]=arr[0];
k=0;
if(i==1)
j=-1;
else
j=1;
if(i>2&&arr[2]>arr[j])
j=2;
while(j>=0&&temp
arr[k]=arr[j];
k=j;
j=2*k+1;
if(j+1<=i-1&&arr[j]
if(j>i-1)
j=-1;
}
arr[k]=temp;
}
}
void display(int arr[MAX],int n)
{
int i;
for(i=0;i
}
OUTPUT:
How many elements you want to sort 5
Enter the elements
9
8
7
6
5
The elements are....
9
8
7
6
5
Heapified
9
8
7
6
5
Elements sorted by heapsort
5
6
7
8
9
CIET college Programs,LAB Programs for Engineering Students,DAA LAB Programs,DSA LAB Programs,Remoboys,karthik,Remokn,Student3k,programs source code,Design Analysis And Algorithms LAB Programs,Data Structures and Algorithms LAB Programs,LAB Codings,Coimbatore Institute of Engineering and Technology ( CIET )
Wednesday, September 22, 2010
IMPLEMENTATION OF HEAP SORT Programs
9:32 AM
Karthikh Venkat
Popular Posts( Last 7 Days )
-
South Indian Hot Sexy Actress Kalpana Chowdary Too Sizzling Glamour Photos Kalpana Chowdary, Kalpana Chowdary Hot Sexy nude mms, Kalpana Cho...
-
account from a guest account by which you can reset the administrator Ever wanted to hack your college pc with guest account/student account...
-
Learning how to prevent skin cancer requires focusing your efforts each and every day on protecting your skin. If you can keep your skin ...
-
Ravi Teja's Veera Movie Stills stars : Ravi Teja, Kajal, Taapsee, Kick Shaam, Sridevi, Prakash Raj, Brahmanandam directed by Ramesh Varm...
-
tamil actress seetha latest photos, actress seetha hot images, actress seetha parthiban hot pics, tamil actress seetha prostitution, act...