Skip to content

gregorykelleher/InterviewPracticeQuestions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview Practice Questions

This repository contains a collection of sample questions I've completed in practice for interviews. You can read more about the structuring of this project here.

Prerequisites

  • Conan version >=2.0.11

How to install dependencies

conan install . --output-folder=build --build=missing

How to build

cd build

cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=build/Release/generators/conan_toolchain.cmake

cmake --build . --config Release

How to install

cmake --install .

How to test

ctest