Блог пользователя hilary123

Автор hilary123, история, 4 года назад, По-английски

Hello Everyone!

I have made a video tutorial on how we can compare substrings in constant time using string hashing in C++.

I have taken the problem from Codechef May CookOff "Chef Chefina and their friendship" which can be solved using hashing.

Check it out here

Thank You!

  • Проголосовать: нравится
  • +1
  • Проголосовать: не нравится

»
4 года назад, # |
  Проголосовать: нравится +4 Проголосовать: не нравится

compare substrings in constant time

Wow. I am really interested in how your hashing function would compute the hash of a string in O(1).