write a c program to sort n(1<=n<=200) integers stored in an 1-d array in non descending order .
soring of arrays in increasing order
Collapse
X
-
Tags: None
-
Originally posted by ramyaapriyawrite a c program to sort n(1<=n<=200) integers stored in an 1-d array in non descending order .
If you have the K&R C book you can have the code for this there
RaghuramComment
-
I like Shell Sort!
But im not doing your homework for you :)
If you want to post your work so far, be happy to give you a pointerComment
Comment