Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
B-Trees
1
Name:
Anonymous
2009-12-12 6:01
hi, /prog. i need to write program in c++ that draws B Tree. could you give me some hints on how to do it? links with useful information or some source code would be appreciated.
5
Name:
Anonymous
2009-12-12 8:42
i would use a generic reusable solution based on
boost::graph
http://www.boost.org/doc/libs/1_41_0/libs/graph/doc/index.html
with FIOC bindings
http://www.osl.iu.edu/~dgregor/bgl-python/
using
http://www.boost.org/doc/libs/1_41_0/libs/graph/doc/write_graphml.html
to write your graph into an
http://graphml.graphdrawing.org/index.html
EXPERT XML FORMATTED FILE
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List