CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: bdadbin

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    3,599

    Re: quick, heap, and merge sorts comparison

    To MrViggy, this is for finals. And to cma, thank you.
  2. Thread: Hashing Quest

    by bdadbin
    Replies
    2
    Views
    1,164

    Re: Hashing Quest

    you must be a rocket scientist, b/c no one could have figured that one out. impressive.
  3. Re: what is the order from fastest to slowest of these search methods?

    yup, thanks for acknowledging that.
  4. Replies
    5
    Views
    3,599

    Re: quick, heap, and merge sorts comparison

    oh i agree w/ you 100%, but it would be impractical to do so considering its finals week and im trying to cram for finals ... thanks for your smart *** remark, though ...it did me a lot of help.
  5. Thread: Hashing Quest

    by bdadbin
    Replies
    2
    Views
    1,164

    Hashing Quest

    Suppose you want to use hashing with linear probing on a table of size m, and have n keys to place in it, with n<m. In terms of m, what is the largest n can be and still guarentee O(1) average case...
  6. what is the order from fastest to slowest of these search methods?

    Suppose you are going to search through N keys for a particular key. It is known the keys are uniformly distributed over their range. What is the order from fastest to slowest of using the...
  7. Replies
    5
    Views
    3,599

    quick, heap, and merge sorts comparison

    On the basis of their actual run-time formulas (not just their O-notation), what is the order of the average case running times of Heap sort, Merge sort, and Quciksort from fastest to slowest? I...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured