a binary tree record type

typedef struct

{

whatever info;

int leftptr;

int rightptr;