Skip to content

Details

"Patterns of interview solutions" by Šimon Tóth
San Diego C++ Meetup #56 hosting Šimon Tóth

Abstract
Interview problems are, at best, a nuisance; however, what about the solutions?
In this talk, we will go over three themes that are persistent in solutions to interview problems and are widely applicable to daily work.
- making good use of the standard library
- analyzing a problem from a different perspective
- optimizing a solution by reducing duplicate work

Bio:
After 20 years of software engineering (15 years with C++ as the primary language) and two burnouts, I now dedicate my time to sharing my experience by providing free articles and books about C++.

Social media: https://www.linkedin.com/in/simontoth/ https://hachyderm.io/@simontoth https://simontoth.substack.com/ https://medium.com/@simontoth https://github.com/HappyCerberus

Books:
A Complete Guide to Standard C++ Algorithms (content complete C++20) https://leanpub.com/cpp-algorithms-guide
Surviving the C++ Coding Interview (in progress) https://leanpub.com/cpp-coding-interview

Related topics

Embedded Systems
Programming Languages
Computer Programming
Software Development
Computer Science

You may also like