Home > php-linked-list

php-linked-list

Php-linked-list is a project mainly written in PHP, it's free.

My implementation of a Linked List class in PHP

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.

Previous:dotfiles