Implementing Graph data structures in C#

Discussion in 'C#' started by tr00don, Jul 24, 2010.

  1. tr00don

    tr00don New Member

    Joined:
    Jul 24, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Graphs are the most complex data structures and are typically implemented using pointers. One on the advantages of graphs is that one can programatically add and delete nodes. Apparently, this is not possible in C# as deleting pointers is not allowed. What kind of solution have you found for working with graphs in C#? Thanks.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice