Skip to content

Instantly share code, notes, and snippets.

@DiveshDutt
DiveshDutt / alphabetical.c
Created December 5, 2017 16:05
Binary Tree insertion code
/// ConsoleApplication2.cpp : Defines the entry point for the console application.
/*
///File : main.c
//Program : assignment2
//Date : 24 Nov 2017
//Programmer : Divesh Dutt
//
//Description : This C program uses a linked list to add data in binary tree and print a data
// Then the program will print the words in the order of the list
// string.h and stdlib.h is used for strcpy and malloc