Activity # 1.
Create a program that inserts nodes using a binary search tree.
Use an array structure to represent nodes of the trees.

Activity # 2.
Create a program that traverses a binary tree.
Use the preorder, inorder, and postorder traversals.

Post your code..

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.