YoyOyoYOy000y000's blog

By YoyOyoYOy000y000, history, 8 years ago, In English

which primes are best for hashing a graph? like two tree is isomorpic? then we need to hash the graph..need some prime. which are best for it. thank you :)

  • Vote: I like it
  • +4
  • Vote: I do not like it

| Write comment?
»
8 years ago, hide # |
 
Vote: I like it +4 Vote: I do not like it
»
8 years ago, hide # |
 
Vote: I like it +4 Vote: I do not like it

use unordered_map

i think it'll work for your work or u can google for the primes over 1e6 and find your power and mod... :)