Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 295 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 295 Bytes

README

A very simple implementation of the singly linked list, in PHP.

I wrote this as an example for someone to show that PHP can do stuff link SLL/DLL. Some basics are a bit weird in the implementation, due to how PHP handles referencing of the values, but I think mostly this is ok.