in

CodeSmith Community

Your Code. Your Way. Faster!

TreeView, LinkedList or something similar

Last post 06-10-2005 12:32 PM by SeanSmith. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 05-23-2005 11:54 AM

    • pablo
    • Not Ranked
    • Joined on 05-23-2005
    • Posts 2
    • Points 65

    TreeView, LinkedList or something similar

    Hi,

    I'm trying to build a tree structure and I not sure how to do it.

    Should I use linked list of linked lists?
    Why there isn´t any tree template???

    I'm sure I'm not the first dealing with this.

    Thank you!!

    WANTED: tree template :p
    • Post Points: 60
  • 06-09-2005 11:37 PM In reply to

    • SeanSmith
    • Top 100 Contributor
    • Joined on 05-29-2005
    • Tampa, FL
    • Posts 41
    • Points 485

    RE: TreeView, LinkedList or something similar

    Pablo,

    What sort of Tree?

    I think the biggest reason *I* haven't written a tree template is because the heirarical objects I have written were much larger than their heirarical portion.
    • Post Points: 5
  • 06-10-2005 7:55 AM In reply to

    • pablo
    • Not Ranked
    • Joined on 05-23-2005
    • Posts 2
    • Points 65

    RE: TreeView, LinkedList or something similar

    I'm trying to do a e-learning site, so I need a site to post the files (exams, notes, lectures, etc) with hierarchical structure.

    The main features i'm searching are:

    *Reorder tree/ change node order
    *Find a node by id
    *Delete a node by id
    *Change node's father

    I have already done it by using ArrayList, but it was not very friendly to use.

    I'm sure there must be a template that solves this, tree structures are widely use in many apps. isnt it?

    Thanks
    • Post Points: 5
  • 06-10-2005 12:32 PM In reply to

    • SeanSmith
    • Top 100 Contributor
    • Joined on 05-29-2005
    • Tampa, FL
    • Posts 41
    • Points 485

    RE: TreeView, LinkedList or something similar

    I see what your saying.

    It is surprising that there are no typed tree templates... Doesn't sound like a difficult template... maybe if someone gets some free time they could spit one out... Now just to find some free time!
    • Post Points: 5
Page 1 of 1 (4 items)
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems