cs.sakib.dev

Files related to my CS self study

View the Project on GitHub sjsakib/cs

CS

I decided to teach myself computer science. That’s not a new decision of course. But in the past I always kind of tried to learn only the useful or most fun parts in a rush. This time the plan is to learn in depth, using openly available resources.

I am following the guide at Teach Yourself CS

OS

Operating Systems: Three Easy Pieces

This one is really good resource. Wish I could find as as good material for all the CS topics I am about to try. The dialogues gives a feeling of connection to the author, makes one feel he is actually directly teaching them.

Freely available at: http://www.ostep.org

Homework solutions

Algorithms

The Algorithm Design Manual

I’ve started reading The Algorithm Design Manual

Programming challenges