EmbLogic's Blog

SELECTION SORTING

head 1.5;
access;
symbols;
locks
ashish:1.5; strict;
comment @ * @;

1.5
date 2015.03.23.13.44.10; author ashish; state Exp;
branches;
next 1.4;

1.4
date 2015.03.23.13.42.03; author ashish; state Exp;
branches;
next 1.3;

1.3
date 2015.03.23.13.40.25; author ashish; state Exp;
branches;
next 1.2;

1.2
date 2015.03.23.13.39.13; author ashish; state Exp;
branches;
next 1.1;

1.1
date 2015.03.23.13.38.06; author ashish; state Exp;
branches;
next ;

desc
@programme for sorting the array by using selection sorting
@

1.5
log
@further process will be done .
displayoing the sorted list.

@

1.4
log
@checking the condition,if the element pointed by the first loop variable is greater thean the element pointed by the second one
if the condition will be true then,only the loop will run
@
text
@a24 1

@

1.3
log
@taking the 2 for loop
first will run from initial position to the end of the length
and second will run from the next pt from the first one up to the last of the length of the array
@
text
@a23 1

@

1.2
log
@taking a array
asking the user to enter the size of array
entering the element of array by the user
@
text
@a22 1

@

1.1
log
@Initial revision
@
text
@d22 1
a22 2

@

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>