Saturday, May 22, 2010

Is there any libraries available to store data structures like tree and graph in C language ?

I'm creating an application which needs the complex trees and graphs to be stored in a file and retrieved later. I'm looking for some free libraries.. Any kind of suggestion is highly appreciated..





Thanks..

Is there any libraries available to store data structures like tree and graph in C language ?
the standard STL libraries with C++ does have some of data structures but as what it appears from your question you already know that it does not include more complex data structures like Red-Black trees, etc... I know i wrote a library way back that included all of them just for the sake of knowing how they all worked while i was in university. Very interesting stuff these structures....each is good at different things....very beautfiul these things...i am too lazy to look for the code..if i had it i'd give it to ya....i'd recmmend you learn each in turn...it really is pretty when u give them a chance....And in ways there are similarities
Reply:yaa,template class is available in c++.....

cabbage

No comments:

Post a Comment