In this lecture I will show you how to use C++'s standard library to build a simple in-memory generic database with indices. The design of code is intended to be easy and extensible using C++ meta-programming and templates.
The session will focus on search algorithms and data-structures.
My intention is to show you how easily you can code something seemingly so complex and I will use dynamic animations to explain algorithms and data-structures.