Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 3.06 KB

File metadata and controls

30 lines (26 loc) · 3.06 KB

Coursera: Data Structures and Algorithms

This repository contains Python solutions to the homeworks for the Data Structures and Algorithms Coursera specialization.

1 - Algorithmic Toolbox

2 - Data Structures

3 - Algorithms on Graphs

4 - Algorithms on Strings

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