Data Structures

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I needs a book on data structures in c#. The book should have LinkedList, how
to create a stack, and so on. Like C++ has a book on Data Strutures, but c#
does not. Also I do not need to know how to put controls on a form, I have
enough books for that , I just need a good book to data structures in c#
 
You books that you have should work fine, I learned all my stuff in Pascal in
college years ago--just change the implementation to C#, the theories are
still all the same.
 
Back
Top