Advanced Lecture Series 1 - String Hashing (RUCP Fall 2021)

preview_player
Показать описание
This a talk from the RUCP advanced lecture series. The series is meant for people with some experience with programming/math.

We discuss substring hashing, which allows you to check if two substrings of a given string are equal in O(1)! We'll go over how to implement this, and how you can use this operation to solve many different string-related problems.

Presented by Akif Patel.
Recorded on Sept 6, 2021

Рекомендации по теме
Комментарии
Автор

Not from Rutgers, but these videos are really informative and interesting. Nice work.

Arcvx