Skip to content

C++ for Technical Interviews (Technical Interview Preparation for Summer - TIPS24)

Notifications You must be signed in to change notification settings

btjm123/cpp-slides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ for Technical Interview Slides

A non-exhaustive guide to C++ syntax, common STL functions and containers.

Virtual Recording

Video link

Jy6UVUb.md.jpg

Running locally

  • Ensure you have Homebrew (for MacOS users) and the neccessary compilers (i.e g++)

  • Run with make XXX, where XXX is the filename in code/

  • Example (builds/run code in deque.cpp, algo.cpp and recap.cpp):

make clean
make deque
make algo
make recap

If you spot any errata, have any feedback/suggestions/improvements, feel free to submit a PR or email me at [email protected]

About

C++ for Technical Interviews (Technical Interview Preparation for Summer - TIPS24)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published