Posted by Jerry Stuckle on 01/01/08 19:15
and wrote:
> On 1 Gen, 18:07, "C. (http://symcbean.blogspot.com/)"
> <colin.mckin...@gmail.com> wrote:
>> On 1 Jan, 13:26, and <andreaesposit...@gmail.com> wrote:
>>
>>> How can i implement data structure like trees and graphs in php-cli?
>>> Who knows where i can find tutorials?Thank You.
>> Why do you think its different in PHP than in other languages?
>>
>> C.
>
> Does exist pointers in php?
>
No, PHP doesn't have pointers - like many languages. But you don't
need pointers to implement trees and graphs.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|