Posts in this Series: Linked Lists Stacks Queues (this post) Trees In the last post, I’ve talked about stacks, a LIFO (Last In – First out) data structure. In this post, I…
Month: April 2016
Data structures in C# – Part 2 – Stacks
Posts in this Series: Linked Lists Stacks (this post) Queues Trees In the last post I’ve talked about one of the most basic data structures, the linked list. In this post we…