Skip to content

stevethedev/php-list-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP List Examples

This file contains the example lists for Steve the Dev's PHP tutorials

Examples

  • Examples/SLList.php : Singly Linked List example code

Interfaces

  • Lists/ListInterface.php : Basic List interface that all lists should follow (at a minimum)
  • Nodes/NodeInterface.php : Basic Linked-List Node interface that all nodes should follow (at a minimum)
  • Nodes/SinglyLinkedNodeLInterface : Singly-Linked Node for use within Singly Linked Lists

Lists

  • Lists/SinglyLinkedList.php : Singly Linked List

Related Entries

Steve the Dev: Implementing the Singly Linked List

About

Example Lists, implemented in PHP by Steve the Dev

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages