sahil_m 0 Newbie Poster

Hi,

I've just started coding a simple linked list library and I would like the final implementation to have functions like sorting & searching.

My questions are:-

1.I think that my library would need to implement sorting and searching similar to the qsort() and bsearch() implementation's in borland's library.

2.Could someone elaborate on how to implement these functions?

3.I am attaching my code along with this post, if you find any bugs, pitfalls or have any suggestions, kindly let me know.

Thanks,
Sahil