Tree

Hello,
Last edited on
Your Node class looks exactly like a binary tree's node except it has 2 more "branches". So I recommend that you study binary trees and simply extend the concept to your particular need (quaternary tree).
Topic archived. No new replies allowed.