Skip to content

steveathon/php-linked-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

My implementation of a Linked List class in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages