January 11th, 2022
Discussion of the most popular coding styles and how to use them to write code that is readable, maintainable and scalable.
December 21st, 2021
Binary search trees, self-balancing trees and how an AVL tree is implemented.
December 15th, 2021
Min heaps, max heaps and how they are used in the priority queue data structure.
November 25th, 2021
Dynamic arrays and how they are used in other data structures.
November 16th, 2021
How they work, how they are implemented, and analysed.
November 15th, 2021
But how do we calculate and analyse Big O from code?
November 9th, 2021
Tutorial on space and time complexity, using Java.