Data structures

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • freddy

    Data structures

    I need a good book on data structures like they have to c and c++. It should
    cover link list, stacks, single list and so on.
  • Justin Rogers

    #2
    Re: Data structures

    Then grab yourself a good book in C/C++... The operation is almost identical.

    Someone did a data structures series on MSDN. You can go search for that as
    well. From the perspective of a data structure expert/almost-expert the articles
    aren't adequate, but if you are looking for the basic/intermediate level stuff
    then
    they should suit you well.

    I have numerous examples of different collections on my Blog, especially those
    for Whidbey. I've made use of linked lists, stacks, queues, aggregate data
    structures, and compared the operation in terms of performance of many of
    these items.


    --
    Justin Rogers
    DigiTec Web Consultants, LLC.
    Blog: http://weblogs.asp.net/justin_rogers

    "freddy" <freddy@discuss ions.microsoft. com> wrote in message
    news:8F3B46BD-8EFA-4350-B4A2-FCCD9F1ABA17@mi crosoft.com...[color=blue]
    >I need a good book on data structures like they have to c and c++. It should
    > cover link list, stacks, single list and so on.[/color]


    Comment

    • Justin Rogers

      #3
      Re: Data structures

      Didn't put the blog link in. Check the signature.
      --
      Justin Rogers
      DigiTec Web Consultants, LLC.
      Blog: http://weblogs.asp.net/justin_rogers

      "freddy" <freddy@discuss ions.microsoft. com> wrote in message
      news:8F3B46BD-8EFA-4350-B4A2-FCCD9F1ABA17@mi crosoft.com...[color=blue]
      >I need a good book on data structures like they have to c and c++. It should
      > cover link list, stacks, single list and so on.[/color]


      Comment

      Working...