Skip to content

This project implements a binary tree with additional functionalities such as priority queue operations, adjacency matrix creation, and tree traversal. The project also includes a set of tools for console-based UI operations, node representation, and color management.

Notifications You must be signed in to change notification settings

owaisazmal/BinaryTree-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BinaryTree Project

This project implements a binary tree with additional functionalities such as priority queue operations, adjacency matrix creation, and tree traversal. The project also includes a set of tools for console-based UI operations, node representation, and color management.

Screenshot

Screenshot 2024-06-20 at 9 35 39 AM

Features

  • Insert, delete, and search nodes in a binary tree.
  • Traverse the binary tree in in-order, pre-order, and post-order.
  • Display the binary tree graphically in the console.
  • Create and manage a priority queue of nodes.
  • Generate and print an adjacency matrix for the binary tree.
  • Use ANSI escape codes for colorful console output.

About

This project implements a binary tree with additional functionalities such as priority queue operations, adjacency matrix creation, and tree traversal. The project also includes a set of tools for console-based UI operations, node representation, and color management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages