Skip to content

dqu123/ctci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cracking the Coding Interview (CTCI) Solutions

David Qu, Caltech CS 2017

This repo contains David's C++ solutions to various CTCI (4th edition) problems.

Makefile

Solution programs are named X.Y.cc where X denotes the chapter and Y denotes the problem number of CTCI.

Testing

All programs use the test.h module. Each program runs through test cases that pipe the result to std::cerr.
The -i flag makes the program interactive and allows the user to input test cases dynamically.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published