what kind of data structure can i use in php?
yes
what?
you can use any type of data sctucturein php.
List, Linked List, Doubly Linked List, Queue, Stack, Tree, B-Tree, AVL-Tree, Heap, Any structure that exists can be used in PHP. You might have to write the class to do it but it can be used.
so the classes aren't available like they are in C++?
what classes?
http://www.php.net
Originally posted by drawmack You might have to write the class to do it but it can be used.
what structures are you looking to implement and which c++ classes are you referencing?