• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Searching and sorting Techniques

 
Ranch Hand
Posts: 641
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI
Can anybody provide me with an easily understandable tutorail for Searching and sorting techniques like radix sort , bubble sort etc .
Thanks in advance
 
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.cs.ubc.ca/spider/harrison/Java/sorting-demo.html
http://www.nist.gov/dads/HTML/sort.html
Google's search response
[URL="bubble sort" "radix sort" "quick sort" tutorial]Another Google page[/URL]
[ May 31, 2003: Message edited by: Marilyn de Queiroz ]
 
(instanceof Sidekick)
Posts: 8791
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For searching text, try Google on "Boyer Moore". They made up a neat algorithm that I found kinda fun to implement in Pascal lo these many years ago. Here's a cool animated demo:
http://www.blarg.com/~doyle/bmi.html
[ June 03, 2003: Message edited by: Stan James ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic