Skip to content

This a C code for Operations in DoublyTBT like insert, Inorder traversal and delete.

Notifications You must be signed in to change notification settings

Highmoonlander/DoublyThreadedBinaryTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

DoublyThreadedBinaryTree

Readme

This is a sample readme file for GitHub. It is used to provide information about the project and its contents.

Project Overview

The project contains a C program that implements a binary search tree using threaded nodes. The program allows for insertion and deletion of nodes, as well as printing the contents of the tree in order.

Getting Started

To run the program, compile the main.c file using a C compiler. The program does not require any external dependencies.

Usage

The program provides a menu-driven interface for inserting and deleting nodes, as well as printing the contents of the tree. Follow the on-screen prompts to interact with the program.

Contributions

Contributions to the project are welcome. If you find a bug or have an idea for an improvement, please open an issue or submit a pull request.

About

This a C code for Operations in DoublyTBT like insert, Inorder traversal and delete.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published