I've known about tries for sometime. They're a pretty neat data-structure for storing and looking-up strings.I decided to try and implement one in Java so that I can learn more about them. I'll post another article later that goes into some more detail about this implementation, but for now you can check out the source here. It's not production-ready by any means; it's just me playing around.