Welcome to Dream.In.Code
Getting C++ Help is Easy!

Join 136,067 C++ Programmers for FREE! Get instant access to thousands of C++ experts, tutorials, code snippets, and more! There are 1,582 people online right now. Registration is fast and FREE... Join Now!




Ith node and linked list

 
Reply to this topicStart new topic

Ith node and linked list

gieenet
13 Apr, 2008 - 10:38 AM
Post #1

New D.I.C Head
*

Joined: 6 Apr, 2008
Posts: 5


My Contributions
Hi All,
Where can I find some reading material on ith node on a linked list (I have no idea what ith node is) and reading materials on other implementations of linked list other that pointers.

I've searched C++ all in one reference guide for dummies and Data structures and algorithms in C++ but came up with nothing...

Thanks

User is offlineProfile CardPM
+Quote Post

Mike007
RE: Ith Node And Linked List
13 Apr, 2008 - 11:25 AM
Post #2

D.I.C Head
Group Icon

Joined: 30 Aug, 2007
Posts: 205


Dream Kudos: 75
My Contributions
Well i used a linked list in C implemented using the first node as an anchor which stored the address to the first node, i.e. the first node didn't have a data field, just an address field. Here is a paper i found after a quick google, they call it a "head" there instead of anchor, but the idea is the same.

http://cslibrary.stanford.edu/103/LinkedListBasics.pdf

This post has been edited by Mike007: 13 Apr, 2008 - 11:25 AM
User is offlineProfile CardPM
+Quote Post

gieenet
RE: Ith Node And Linked List
13 Apr, 2008 - 01:05 PM
Post #3

New D.I.C Head
*

Joined: 6 Apr, 2008
Posts: 5


My Contributions
QUOTE(Mike007 @ 13 Apr, 2008 - 12:25 PM) *

Well i used a linked list in C implemented using the first node as an anchor which stored the address to the first node, i.e. the first node didn't have a data field, just an address field. Here is a paper i found after a quick google, they call it a "head" there instead of anchor, but the idea is the same.

http://cslibrary.stanford.edu/103/LinkedListBasics.pdf



Thanks Mike
User is offlineProfile CardPM
+Quote Post

Reply to this topicStart new topic
Time is now: 12/1/08 06:45PM

Live C++ Help!

C++ Tutorials

Reference Sheets

C++ Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month