C++Now 2019: Conor Hoekstra “Algorithm Intuition”
http://cppnow.org
—
Presentation Slides, PDFs, Source Code and other presenter materials are available at: http://cppnow.org/history/2019/talks/
—
Data structure intuition is something that develops naturally for most software developers. In all languages, we rely heavily on standard containers and collections. Need fast insertion/lookup? Hashmap. Need a sorted data structure that stores unique values? Set. Duplicate values? Multiset. And so on.
However, most software developers don't develop algorithm intuition quite as easily. Algorithms aren't taught as widely as data structures are, and aren't relied on as heavily. This talk aims to introduce some STL algorithms, show how they are commonly used, and show how by developing intuition about them (+ a little help from lambdas), you can unlock their true potential.
—
Conor Hoekstra
Amazon
Software Development Engineer
San Francisco Bay Area
After graduating in 2014, Conor worked in Toronto, Canada for 4 years at an insurance software company where he slowly transitioned from actuary to software developer. In 2018, he moved down to Silicon Valley to work for Amazon. He has 5 years of C++ experience and is passionate about algorithms, modern C++ and is in the midst of falling in love with Haskell and functional programming. He also has a YouTube Channel where he covers solutions to competitive coding problems and more: https://www.youtube.com/codereport
—
Videos Filmed & Edited by Bash Films: http://www.BashFilms.com
---
*--*
---