Skip to content

HsHs-dev/Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms, Part I

This repository contains assignment solutions for Coursera Algorithms part I course

Why taking this course

I am already taking the DSA course CS61B, but after begining the second part (the content after Project1) of the course, I felt I need a complementary course that gives a hands on, more implementations approach to Data structures, which I have found in this one.

This course is considered one of top algorithms courses on Coursera. and Prof.Sedgewick has the ability to expalin complex algorithms in an easy way.

Assignments

  • Hello, World
  • Percolation
  • Deques and Randomized Queues