Searching and sorting array

can you give me some example program ? please :P
sorting

http://en.wikipedia.org/wiki/Sorting_algorithm

I would say probably look at Bubble Sort and Insertion Sort first. Then, look at Merge Sort and Quicksort.

searching

http://en.wikipedia.org/wiki/Linear_search
http://en.wikipedia.org/wiki/Binary_search_algorithm
There are a lot of searching and sorting algorithms insertion sort being the easiest. Why don't you try writing your own? Its the most interesting way...
I am planning to post such things on my blog: http://recurseit.blogspot.com
Topic archived. No new replies allowed.