cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
B+ tree
B+ tree
Jun 17, 2015 at 4:21pm UTC
hav206
(19)
I am trying to implement B+ tree.
1
2
3
4
5
class
Node {
int
data; vector *myvector[3] };
I am trying to find out if this class can store information on B+ tree
thanks
Jun 17, 2015 at 6:24pm UTC
ne555
(10692)
¿what's vector?
Topic archived. No new replies allowed.