Binary Tree

Binary Tree

This C Program implements binary tree using linked list. Binary Search tree is a binary tree in which each internal node x stores an element such that the element stored in the left subtree of x are less than or equal to x and elements stored in the right subtree of x are greater than or equal to x. This is called binary-search-tree property

Developer: Arjun P M
Licence: OpenSource
Platform/Language: C
Download

Popular posts from this blog

Sequential File Allocation

Calendar