/coderpro-cpp

Solving popular interview questions in C++, with space and time complexity analysis.

Primary LanguageC++

CoderPro (Part 2) Build Status Coverage Status

Solutions for CoderPro series. Walkthrough of popular interview questions in C++.

View:

I provided a complexity analysis of both memory and time for every solution. I am not sharing the problems as this is a proprietary product.

This project is built using C++17, Bazel and TravisCI. It also uses the GoogleTest library for testing.

Test

All tests live alongside the corresponding *.cc file under challenges/:

$ make install
$ make test

Resources