Technical Articles by Christopher Punt

Big O notation

This article will cover Big O notation basics and include code examples to demonstrate different runtimes.

Trees

This article will cover why, when, where, and how to use a Tree. It will also include code examples and different ways to traverse a Tree.

Stacks and Queues

This article will cover the data structures Stacks and Queues. This article will contain what a Stack and Queue is and also how to implement the data structures.

Linked Lists

This article will cover a Linked List. It will include a breakdown of the data structure, why use it, and code examples of a Linked List.