Dustin Boston

  • Work Experience
  • Computer Science
  • Engineering Logbook

String

Longest Common Prefix

An algorithm for finding the longest common prefix among a set of strings.

  • Time complexity is Linear, i.e. O(n)
  • Space complexity is Constant, i.e. O(1)

Longest Common Subsequence

An algorithm for finding the longest subsequence common to two sequences.

Rabin-Karp Matcher

  • © 2008 Dustin Boston. All rights reserved
  • v25.7.8
  • Design: HTML5 UP