You'd create a linked list in PHP just like you would in most languages,
however IMHO it's best just to stick with PHP arrays.  They grow dynamically
and are so easy to work with.

There is an ADT extension scheduled for PHP5
http://www.php.net/~sterling/adt/

Justin Garrett

"Laborda" <[EMAIL PROTECTED]> wrote in message
007501c2cfed$777f1090$ad629c40@galaxy">news:007501c2cfed$777f1090$ad629c40@galaxy...
> Hello,
>
> Does anyone know where can I find information about data structures
> implemented in PHP. I need to find something about Linked Lists,
implemented
> in PHP.. If anyone has any info, I'd appreciate it. I've tried to google
it
> out but I can't find anything. Thanks.
>
> Laborda.-
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to