Q: Given a list of strings, find the smallest unique substring for each string.
Anonymous
Worst case was around O(n^4). We spoke about using modified tries and talked about using a rolling hash (Rabin Karp algorithm).
Check out your Company Bowl for anonymous work chats.