Y
Hacker News
new
|
ask
|
show
|
jobs
by
raincom
2420 days ago
Why can't one construct a prefix tree of all prefixes, then start process from the right to left (assume that it is an offline algorithm)?
1 comments
j-pb
2419 days ago
Because you can walk search trees from their root but not from their leafs.
link