Categories
Computer Science Data Structures

Stacks

Well, let’s get right into it with the topic of stacks in more detail. As a recap, a stack is basically just a collection of items where the last item in the collection is the first one to be removed. Kind of like a book stack where the last book on top is the first […]

Categories
Computer Science

Hello World

Sounds cliché, but as almost every developer learns a new programming language by printing out “Hello World” as output, I will also start this blog with the first post being a “Hello World” post. I am pretty excited about starting this blog as I have a lot of things to write about. I think I’ll […]