TL;DR I was successfully able to plan for and achieve a successful interview at Google. Here is my routine, the subject matter I studied, and some other tips. Introduction I have already written a number of posts on my first attempt at landing a job at Google. Though that attempt didn’t get me the job,…
Tag: Data Structures
Preparing for phone screening
As I have previously mentioned, I am currently preparing myself for an interview with Google. To that end, I am bringing my data structures and algorithms knowledge up to scratch by practicing all the important bits from CLRS. To help other people who are, like me, going through the same phase, here is a link…
CLRS 3rd Edition
I bought CLRS 3rd edition … hurray!
CLRS, Part III: A Quick Glance
A very brief walk-through of chapters 10 to 14 of the CLRS textbook which covers pages 197-318.
CLRS, Part II: A Quick Glance
A quick walk-through for pages 121-195 of CLRS textbook.
CLRS, Part I: A Quick Glance
A very brief walk-through for the first 120 pages of the CLRS book.
Data Structures and CLRS
CLRS is the nick name for the book “Introduction to Algorithms” written by Cormen et al, and from now on, as I’m reading this book, I’ll be posting what I find interesting about t.