Search:

Type: Posts; User: lancetky

Search: Search took 0.01 seconds.

  1. Replies
    23
    Views
    3,412

    oo i see. thx for ur guidance =D

    oo i see. thx for ur guidance =D
  2. Replies
    23
    Views
    3,412

    i not sure whether it is 53 cause in books in...

    i not sure whether it is 53 cause in books in write there it should be prime number that 4 times the number of records. i dun really get wat it mean...
  3. Replies
    23
    Views
    3,412

    find the index value for hash table?? 0 till 52

    find the index value for hash table?? 0 till 52
  4. Replies
    23
    Views
    3,412

    how u determine the bins required??? i not really...

    how u determine the bins required??? i not really sure how to get the value
  5. Replies
    23
    Views
    3,412

    Help me check my hash function

    how do u decide ur hash value??
    #include <stdio.h>
    #include <stdlib.h>
    #define HASH 53//how u determine this value??
    int hashfunc (unsigned int ID);
    void hash (int user);
    int main()
    {
    ...
  6. i think i got it. thank for ur help =D

    i think i got it. thank for ur help =D
  7. int asd=98765, k[5], i; for(i=0;i

    int asd=98765, k[5], i;
    for(i=0;i<5;i++)
    {
    k[i]=asd%10;
    asd=asd/10;
    }
    like this correct??
  8. Is there a way to separate whole int to a single digit???

    for example i got int of 15569542 and i wan to separate them to single digit like
    1
    5
    5
    6
    9
    5
    4
    2
    please help and thank for ur help
Results 1 to 8 of 10