Tag: doubly linked list

  • Doubly Linked Lists – Data Structures in PHP

    Doubly Linked Lists – Data Structures in PHP

    Reading Time: 10 minutes Read the previous article on Singly Linked Lists in PHP here! Read the starting post of the series here! All code in this series can be found on Github Doubly Linked List Principles Available Methods I took a decent amount of time to read through various array and list methods available…

  • 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…