Hacker News new | ask | show | jobs
by raggityrag 656 days ago
You write that you can’t do an O(n) search in 30 mins? Bro that’s just a single for loop.
1 comments

... and how do you arrange the trie to be able to just use a for loop to search? Surely that is the interesting part.