Answers/Notes to Cracking the Coding Interview, 6th Ed.
Our Slack CTCI study group. To join, send me your email.
Gayle McDowell's crowdsourced CTCI solutions, by programming language.
I've organized a group to code through all 189 coding interview questions in Gayle McDowell's book "Cracking the Coding Interview" together. I'll do them in Java, but please use any language you wish. We can meet in person (in LA) or online on weekends, to keep us motivated and disciplined.
This book is what most software engineers study to prepare to interview at FAANG companies: Facebook, Apple, Amazon, Netflix, Google, etc.
I made 5 Slack channels for us. Please join them:
- #ctci-big-o Big O Time/Space Complexity. Chapter VI.
- #ctci-ch01 Arrays and Strings
- #ctci-ch02 Linked Lists
- #ctci-ch03 Stacks and Queues
- #ctci-ch04 Trees and Graphs
CTCI's official Facebook group: https://lnkd.in/gxQ7R6k
Join CTCI's official Slack group: https://lnkd.in/gvxA4UG
VS Code is my code editor: https://lnkd.in/giVaGaT. I installed their Java Extension Pack: https://lnkd.in/g-qDisW.
I cloned Gayle's GitHub solutions and opened the /Java folder in VS Code. It instantly told me what to install and let me start running/debugging code with breakpoints, with NO configuration! Super easy.
Also:
- I made a #pair-programming channel for anyone to ask for help or offer to work together on code with others.
- Please #introduce-yourself and talk about your #job-search.
- Our #eloquentjavascript channel discusses that book.
By Raymond Gan