Lukasz Wrobel

  • About Me
  • Terms of Use

Ternary Search Tree

December 22, 2010 · 10 minute read · Tags: Algorithms , Ruby

Introduction Web programming is, in general, a business of dealing with texts. Client sends a text request and receives a text response. Processing web documents consists mostly of processing texts, often in a sophisticated way. While new methods like image search are under active development these days, it’s the text search that is the most well-known and adopted method. Text algorithms offer different ways of efficient text representation, processing and lookup.
Continue reading

© 2023 - Licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.