Category: data structure

  • Simply linked list in PHP

    When we program, we often don’t realize how important it is to be familiar with the concept of data structure. We use several classes that abstract numerous concepts from the art of programming, but a good software architect knows and understands these concepts. One is the simply linked list which is nothing more than a…