Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 309 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 309 Bytes

Coursera-String-Algorithms

This repository contains my source code for the problems in the Online Course String Algorithms by UCSD and HSE in Coursera

Topics

  1. Suffix Trees
  2. Burrows-Wheeler Transform and Suffix Arrays
  3. Knuth–Morris–Pratt Algorithm
  4. Constructing Suffix Arrays and Suffix Trees