Better Algorithm Intuition

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



Duration: 56:13
17,395 views
539


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:
code::dive 2019


SPEAKER:
Conor Hoekstra


PUBLICATION PERMISSIONS:
Conference Organizer provided Coding Tech with the permission to republish code::dive talks.







Tags:
algorithm
algorithm development
software development
programming