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
Click For Summary
SUMMARY

This discussion centers on understanding linked lists and binary trees, specifically addressing the use of pointers in C++. The user seeks clarification on the meaning of arrows in the provided code snippet, which relates to pointers to structures. A recommended resource is the C++ tutorial on structures, particularly the section titled 'Pointers to structures' found at Cplusplus.com.

PREREQUISITES
  • Basic understanding of C++ programming
  • Familiarity with data structures, specifically linked lists and binary trees
  • Knowledge of pointers and memory management in C++
  • Ability to navigate online programming tutorials
NEXT STEPS
  • Study the section 'Pointers to structures' on Cplusplus.com
  • Explore linked list implementation in C++ using Visual Studio 2022
  • Learn about binary tree traversal techniques in C++
  • Review common pitfalls in pointer usage in C++ programming
USEFUL FOR

Students learning C++, software developers working with data structures, and anyone looking to deepen their understanding of pointers in programming.

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'.
 

Similar threads

Replies
16
Views
4K
  • · Replies 13 ·
Replies
13
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
Replies
9
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
4
Views
4K
  • · Replies 8 ·
Replies
8
Views
6K
Replies
40
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K