Friday, June 1, 2018

What is an API?

In short, APIs are like hotel desk receptionists – they can’t give you all the exact information, but they can give you data that the programmers decided to make usable by outside developers. In order to do something useful with that data, you have to ask the right questions.

Friday, May 25, 2018

Sunday, April 29, 2018

Sunday, April 15, 2018

TOTW: Trees

Hi all, this week let's discuss trees: binary search trees, AVL, and heaps/treaps.

Friday, February 16, 2018

TOTW: Objects, Classes, and Functions

Hey everyone! Today, I'd like to introduce classes, objects, and functions in C++.