Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 983 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 983 Bytes

Coursera - Introduction to Algorithms (Princeton University)

This repo holds my solutions to the programming assignments for the Coursera class - Introduction to Algorithms (Princeton University).

I tried to follow the TDD (Test Driven Development) workflow during this course when applicable, so there exist unittests demonstrating the functionality of the classes that were developed. I follow the Roy Osherove convention for the naming of my unittests.