Algorithm Intuition

Channel:
Subscribers:
725,000
Published on ● Video Link: https://www.youtube.com/watch?v=M1lNNFwxUVI



Duration: 1:28:59
33,715 views
831


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.

EVENT:

C++Now 2019

SPEAKER:

Conor Hoekstra

PUBLICATION PERMISSIONS:

Original video was published with the Creative Commons Attribution license (reuse allowed).

ATTRIBUTION CREDITS:

Original video source: https://www.youtube.com/watch?v=48gV1SNm3WA







Tags:
c++
algorithm
data structures
software development
stl algorithm