Search:

Type: Posts; User: zub

Search: Search took 0.01 seconds.

  1. Replies
    51
    Views
    4,611

    /* My variation of Bernstein algorithm: 1....

    /* My variation of Bernstein algorithm:
    1. Perfect hashing for a string consist of no more than 6 symbols of the same type.
    For example, alphabetic only or numeric only, but not alphanumeric....
  2. Replies
    51
    Views
    4,611

    I suggest to turn once the string to a number and...

    I suggest to turn once the string to a number and then compare the numbers. This is called hashing. For such short strings even perfect hashing (when two different strings never generate the same...
Results 1 to 2 of 2