"Richard Heathfield" writes:
Can anyone please tell me good books/sites for sorting and searching.
"The Art of Computer Programming", Volume 3, "Sorting and Searching", by
Donald E Knuth.
Finding it a little hard to understand
Focusing on the sort part of your question. I think the best way to get
started in this is to look for Java applets on the internet. I think there
are literally hundreds of them, some quite good. If you are having trouble,
the last thing you want is the Knuth book It will just make you feel more
stupid than you already do.
Try using words such as applet, primer, and tutorial in a Google search.
Here are a few, picked more or less at random.
http://www.geocities.com/siliconvall...854/Sort1.html http://www.cse.iitk.ac.in/users/dsrk...ort/quick.html http://www-cse.uta.edu/~holder/cours...ets/quicksort/
After you get the fundamentals down, visit the book store of a nearby
college and see what data structures books they have in stock. There might
even be something useful in a public library.