Binary Search TreeTEJAS
Binary Search TreeTEJAS
if node == NULL
return createNode(data) if
(data < node->data)
Program:
#include <stdio.h>
#include <stdlib.h> struct
node {
int key;
NAME:TEJAS MALI PRN:221041014