Implementing Tree Data Strucure in C#
-
Can anyone please guide me implementing Tree Data structure in C#. Since we dont have a pointer type in C# I was implementing it using in built Array data type but I have very tough time implementing it in array. Since I have already implemented this tree strucure in C, C++ so I have the cocept. Now if you can give me little guidance and I hope I can implement it. Thanks in advance.:) Arindam D. Tewary
-
Can anyone please guide me implementing Tree Data structure in C#. Since we dont have a pointer type in C# I was implementing it using in built Array data type but I have very tough time implementing it in array. Since I have already implemented this tree strucure in C, C++ so I have the cocept. Now if you can give me little guidance and I hope I can implement it. Thanks in advance.:) Arindam D. Tewary
How this question fits here ? Use appropriate[^] forum instead.
Prasad Notifier using ATL | Operator new[],delete[][^]
-
How this question fits here ? Use appropriate[^] forum instead.
Prasad Notifier using ATL | Operator new[],delete[][^]
Dear Prasad, I am sorry if i have posted it in wrong forum. But dont you think someone can pop up there also to ask me to post the same in algorithm forum ( as data structure and algorithm comes with one another) here ? Event I dintk ask specific implementation. But I just asked idea about how to proceed taking C# language in mind and the reason is also ABSENCE of POINTER TYPE in C#. Once again I am sorry.
Thanks, Arindam D Tewary
-
Dear Prasad, I am sorry if i have posted it in wrong forum. But dont you think someone can pop up there also to ask me to post the same in algorithm forum ( as data structure and algorithm comes with one another) here ? Event I dintk ask specific implementation. But I just asked idea about how to proceed taking C# language in mind and the reason is also ABSENCE of POINTER TYPE in C#. Once again I am sorry.
Thanks, Arindam D Tewary
Arindam, You mentioned, you have already done this in C++. So only remaining part here I can see is, how to achieve this using C#. Thats why I suggested to C# forum.
Prasad Notifier using ATL | Operator new[],delete[][^]
-
Arindam, You mentioned, you have already done this in C++. So only remaining part here I can see is, how to achieve this using C#. Thats why I suggested to C# forum.
Prasad Notifier using ATL | Operator new[],delete[][^]
Dear Prasad, Thank you very much.
Thanks, Arindam D Tewary
-
Can anyone please guide me implementing Tree Data structure in C#. Since we dont have a pointer type in C# I was implementing it using in built Array data type but I have very tough time implementing it in array. Since I have already implemented this tree strucure in C, C++ so I have the cocept. Now if you can give me little guidance and I hope I can implement it. Thanks in advance.:) Arindam D. Tewary
These articles here on CP may help you: Generic Tree [^] A Tree Collection[^]
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook
-
These articles here on CP may help you: Generic Tree [^] A Tree Collection[^]
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook
Dear Stefan, Many thanks to you. I am seeing the article link you have posted is really very helpfull. :cool: Thank you very much Stefan.
Thanks, Arindam D Tewary
-
Dear Stefan, Many thanks to you. I am seeing the article link you have posted is really very helpfull. :cool: Thank you very much Stefan.
Thanks, Arindam D Tewary
Switch to unsafe mode, and freak out with pointers. It's your memory and you paid for it :->
ASP - AJAX is SEXY. PERIOD.