String Algorithms - Quiz

  • A Knuth-Morris-Pratt algorithm
  • B Burrows-Wheeler transform
  • C Suffix array
  • D Rabin-Karp algorithm
  • A Pattern matching
  • B Text compression
  • C Edit distance
  • D Sorting
  • A Knuth-Morris-Pratt algorithm
  • B Boyer-Moore algorithm
  • C Longest common subsequence algorithm
  • D Longest repeated substring algorithm
  • A Concatenation
  • B Substring
  • C Reversal
  • D Sorting
  • A Exact matching
  • B Approximate matching
  • C Online matching
  • D Batch matching
  • A Knuth-Morris-Pratt algorithm
  • B Boyer-Moore algorithm
  • C Longest common subsequence algorithm
  • D Rabin-Karp algorithm
  • A Knuth-Morris-Pratt algorithm
  • B Boyer-Moore algorithm
  • C Longest common subsequence algorithm
  • D Rabin-Karp algorithm
  • A Knuth-Morris-Pratt algorithm
  • B Boyer-Moore algorithm
  • C Longest common subsequence algorithm
  • D Rabin-Karp algorithm
  • A Dynamic programming
  • B Divide and conquer
  • C Greedy algorithms
  • D Breadth-first search