Andrei's Playground

  • Algorithms can be fun...
  • the basics...
  • Analysis of algorithms

    Basic data structures

    Algorithmic paradigm

    Sort

    Search

    Graphs

    Strings

    Practice

String Related Algorithms
  • Trie
  • Pattern Matching
    • Knuth-Morris-Pratt
    • Boyer-Moore
    • Rabin-Karp