Skip to content

Notes and homework for the Coursera Data Structures & Algorithms course.

Notifications You must be signed in to change notification settings

IAjimi/Data-Structures-and-Algorithms-Coursera

Repository files navigation

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