Where can i find a good tutorial for linked list,binary trees

  • Thread starter Thread starter transgalactic
  • Start date Start date
  • Tags Tags
    Trees Tutorial
AI Thread Summary
The discussion revolves around a code snippet that includes arrows, which are likely pointers to structures in C++. The user expresses confusion about the meaning of these arrows in the context of linked lists. A suggestion is made to refer to a specific tutorial on C++ that explains pointers to structures, particularly in the section titled 'Pointers to structures.' This resource is intended to clarify the user's understanding of how pointers work in relation to linked lists.
transgalactic
Messages
1,386
Reaction score
0
i got this code

http://img66.imageshack.us/my.php?image=93367399de7.gif

i know linked lists a little
but in this code there are some arrows i can't understand
what is their meaning??

is there any tutorial for these arrows thing?
 
Technology news on Phys.org
http://www.cplusplus.com/doc/tutorial/structures.html

Scroll down to the section titled 'Pointers to structures'.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Back
Top