MAMEWorld >> Programming
View all threads Index   Flat Mode Flat  

krick
Get Fuzzy
Reged: 02/09/04
Posts: 4235
Send PM
Re: Help with linked lists
03/29/07 08:48 PM


> I do not understand the concept of linked lists and binary trees in particular in
> relation to Java.
>
> I just need general information if anyone can help me out.
>
> Thank you.


The language doesn't matter, the concept is the same. Just pick up the nearest "data structures and algorithms" textbook.

Both are composed of "nodes" each node holds data, and one or more "links" to other nodes. The links are typically the phyical memory address of the node in question.

http://en.wikipedia.org/wiki/Linked_list
http://en.wikipedia.org/wiki/Binary_tree


GroovyMAME support forum on BYOAC







Entire thread
Subject Posted by Posted on
* Help with linked lists sosolidgangstarr 03/29/07 08:39 PM
. * Re: Help with linked lists krick  03/29/07 08:48 PM
. * Re: Help with linked lists SpaceB  07/31/07 02:11 AM

Extra information Permissions
Moderator:  Pi 
0 registered and 107 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 3440