Search:

Type: Posts; User: IHeartProgramming

Search: Search took 0.12 seconds.

  1. Re: How to know size and number of buckets in bucket sort

    I'm still confused, would appreciate further clarification if not too much trouble. Let's use the OP example. So this is from WIkipedia, and is it only one bucket array, so we don't have multiple...
  2. How to know size and number of buckets in bucket sort

    Hi, how do I know what to set the range of values and how many buckets to use with bucket sort?

    E.g. from Wikipedia: [29,25,3,49,9,37,21,43]
    They used 5 buckets of size 10

    I know it's supposed...
Results 1 to 2 of 2