Monday, January 11, 2010

Algorithms and Data Structure can be used in modern Programming

  • Levenstine Algorithm for spelling suggestions and correction.
  • Trees for word search TRIE <-> a Prefix tree
  • Skip List a probablity based linked list.
  • Memory mapped files.
  • Neural Networks
  • Sparsh matrix