i have a question that in 2-3-4 tree ,how 4 state tree or 4 node tree is created.mean that how to insert first 3 data till the nodes are split.can anyone tell me please.
Thanku so much.

I'm guessing it begins with

int numChildrenInThisNode;
nodes *children[4];

When numChildrenInThisNode is 4, do something!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.