Results 1 to 4 of 4

Thread: Graphical representation of Bucket sort method. URGENT!!

  1. #1
    datab
    Guest

    Graphical representation of Bucket sort method. URGENT!!

    I am looking for a code for the graphical version of Bucket sort method that shows each value being placed into the appropriate bucket and eventually being copied back to the original array.

    Thank you

  2. #2
    Hyperactive Member CaptainPinko's Avatar
    Join Date
    Jan 2001
    Location
    London, Ontario, Canada
    Posts
    332
    Bucket sort? never heard, want to explain it?
    "There are only two things that are infinite. The universe and human stupidity... and the universe I'm not sure about." - Einstein

    If you are programming in Java use www.NetBeans.org

  3. #3

  4. #4
    Addicted Member Mrs Kensington's Avatar
    Join Date
    Sep 2001
    Location
    Dorset, UK
    Posts
    144
    i think a rough explanation is you throw the items into different 'buckets' so they are roughly in the same area. You can then sort each of these buckets (if you want/need) and then concatenate them back into a list.

    hmmm that makes alot of sense...

    nist has a page on it...
    http://www.nist.gov/dads/HTML/bucketsort.html
    Ford? Theres an infinite number of monkeys outside that want to talk to you about a script of hamlet they've produced!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width