Zend - The PHP Company




Code Gallery: panji6887


Linked List Using PHP  

Type: class
Added by: panji6887
Entered: 22/06/2006
Last modified: 09/12/2005
Rating: - (fewer than 3 votes)
Views: 4726
this class i made when i learning data structure and algorithm . linked list usually made from compiled programming language or programming language that have Pointer. but i try to make linkedlist using PHP nothing diference . this class implements single linked list that just have one pointer (next). this class can use to make stack or queue using linkedlist more info please contact me




Search