Continue Cracking the coding interview pdf 7t C++ Solutions Python Solutions Automated Unit Test Active Development Multiplatform Support: Mac, Linux and Windows This repo contains C++ and Python solutions for Gayle Laakmann McDowell's Cracking the Coding Interview 6th Edition. Of course, there are other GitHub repository with solutions for this book. But how do you know their code is correct? If he's not tested, then you don't! In this project, each C++ solution has unit testing using the C++ Capture Framework, and each Python solution has unit testing using the Python unittest framework. We perform the correctness ...