This site is no longer active and is available for archival purposes only. Registration and login is disabled.

Linked Lists


Linked Lists

Postby RwGast » Jan 31, 2002 @ 8:17am

User avatar
RwGast
pm Member
 
Posts: 1123
Joined: Jun 28, 2001 @ 7:36pm
Location: California, USA


Linked lists..

Postby refractor » Jan 31, 2002 @ 10:24am

refractor
 


Postby Paul » Jan 31, 2002 @ 10:26am

Paul
pm Insider
 
Posts: 9835
Joined: Apr 2, 2001 @ 3:15pm
Location: California


Postby Paul » Jan 31, 2002 @ 10:31am

Paul
pm Insider
 
Posts: 9835
Joined: Apr 2, 2001 @ 3:15pm
Location: California


I love linked lists;)

Postby MirekCz » Jan 31, 2002 @ 11:14am

With best regards,
Mirek Czerwinski
User avatar
MirekCz
pm Member
 
Posts: 269
Joined: Sep 18, 2001 @ 6:42pm
Location: Poland,city Poznań


Postby RwGast » Jan 31, 2002 @ 11:18am

http://www.angelfire.com/ego/esoteric if you like to play quake3 keep your eye on this site
User avatar
RwGast
pm Member
 
Posts: 1123
Joined: Jun 28, 2001 @ 7:36pm
Location: California, USA


Postby Dan East » Jan 31, 2002 @ 5:35pm

Another huge advantage of linked lists is that they can be split, merged and inserted into one another very, very easily compared to arrays. One of the main uses for linked lists is for storing elements of an unknown number. They are also extrememely useful for queues, where you pop items off the head of the list.

Dan East
User avatar
Dan East
Site Admin
 
Posts: 5264
Joined: Jan 25, 2001 @ 5:19pm
Location: Virginia, USA


Postby Digby » Jan 31, 2002 @ 6:36pm

You might want to pick up a book on algorithms or data structures before you start coding. Sedgewick's "Algorithms in C" is a good one, but a bit dated. Other folks here could probably recommend something a bit more recent.
Digby
pm Insider
 
Posts: 1011
Joined: Apr 29, 2001 @ 1:53pm


Postby RwGast » Jan 31, 2002 @ 10:15pm

Does anyone else recommend not using them for a ppc app as suggested above, howw much cache are we really looking at a linked list eating up if its only about 100 items or so?
http://www.angelfire.com/ego/esoteric if you like to play quake3 keep your eye on this site
User avatar
RwGast
pm Member
 
Posts: 1123
Joined: Jun 28, 2001 @ 7:36pm
Location: California, USA


Postby Digby » Jan 31, 2002 @ 10:42pm

Digby
pm Insider
 
Posts: 1011
Joined: Apr 29, 2001 @ 1:53pm


Postby Pam » Jan 31, 2002 @ 10:45pm

All the easy problems have been solved.
User avatar
Pam
pm Insider
 
Posts: 449
Joined: Jan 24, 2002 @ 10:30pm
Location: Ohio


Postby PDAFantast » Jan 31, 2002 @ 10:55pm

PDAFantast.
PDAFantast
pm Member
 
Posts: 244
Joined: Jun 27, 2001 @ 4:00pm
Location: Malmö, Sweden


Postby suchiaruzu » Jan 31, 2002 @ 11:04pm

<div align="center">Image<br></div>
User avatar
suchiaruzu
pm Insider
 
Posts: 2570
Joined: May 3, 2001 @ 9:29am
Location: BFE


Postby Digby » Feb 1, 2002 @ 12:14am

Pam,

That method doesn't buy you much because when you typically traverse a linked list you need to look at the data in each node. That means you'll not only have to touch the memory of your list of pointers, but you'll have to dereference the pointer to get at the data in the node. Did I miss something?
Digby
pm Insider
 
Posts: 1011
Joined: Apr 29, 2001 @ 1:53pm


Postby James S » Feb 1, 2002 @ 1:48am

Uh oh, Pam. If Paul sees you talking about programming it's all over :D
James S
pm Insider
 
Posts: 17064
Joined: Jan 12, 2002 @ 2:33pm
Location: Lexington, KY


Next

Return to Windows Mobile


Sort


Forum Description

A discussion forum for mobile device developers on the Windows Mobile platform. Any platform specific topics are welcome.

Moderators:

Dan East, sponge, Digby, David Horn, Kevin Gelso, RICoder

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron