Click here to Skip to main content
15,880,392 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

My DataStructure is very weak and i want to make them strong,kindly suggest me some good resources and some practicing stuff(ie Practicing programs)

From DataStructure i means Collections Objects like Stack,Queues,LinkedList etc

I want to learn that way so that i can make my own collection object without using .net builtin
Posted
Updated 25-Oct-11 21:56pm
v2
Comments
GuyThiebaut 26-Oct-11 3:52am    
I don't understand your question.

Please give more of a context, some examples and preferably illustrated with code.
A data structure can encompass anything from an byte to a database and I don't understand what you mean by weak and strong in this context...

Thanks
Syed Salman Raza Zaidi 26-Oct-11 3:57am    
Kindly see the updated question

 
Share this answer
 
Have a look at this:

Algorithms and Data Structures in C#[^]

"I want to learn that way so that i can make my own collection object without using .net builtin"

I think you are going to need to use at least some of the .NET datastructures in that to build your own collections you will probably need to use a LIST etc.
 
Share this answer
 
Comments
Syed Salman Raza Zaidi 26-Oct-11 5:12am    
Thanks let me try this :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900