Tag: data structures and algorithms

  • Stacks, Queues, and Deques – Data Structures in PHP

    Stacks, Queues, and Deques – Data Structures in PHP

    Reading Time: 7 minutes In my first post of this series on Singly Linked Lists, I mentioned that a list with the ability to add, get, or remove data from more than just the end of the list starts to behave more like a Deque. Then, I said I would cover those details in a…

  • Data Structures in PHP

    Data Structures in PHP

    Reading Time: 2 minutes Data Structures are a hallmark of every computer science program at the university level, and it is unthinkable that throughout the course of study you will never encounter a specific data structure that you are unfamiliar with. As I return to school to pursue a degree in computer science I decided…