Skip to content

robert-hardy/codeInterviewExercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

313 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Code interview exercises

This repository contains snippets inspired by 'Codility'-type questions.

A note about the (unit) tests

Since I use TDD very much as part of the design process, all of the code has tests of one form or another. However, the intention was not to make the testing thorough, but rather to get through the exercises with just enough testing to settle the issues I met on the way.

C++ does not come with a testing framework, I choose to use GoogleTest.

About

Various code exercises with TDD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors