Thursday, November 19, 2009

Is it possible to sort a linear linked list using selection sort?

is it possible to sort a linear linked list using selection sort?


if yes write a program write a programthat reads n elements of type float ,


stores them in a linked list ,sort it in the descending order using


selection sort,finally out put the sorted linear linked list

Is it possible to sort a linear linked list using selection sort?
it is possible and easy.





you need to do your own work. This is not difficult - you can do it.
Reply:The easiest way is to implement linear linked list using arrays and then apply selection sort on it. :-)
Reply:.


We don't do homework questions.


Sorry, but you're asking us to do FOR YOU


something you need to learn to do yourself.





h2h


No comments:

Post a Comment