Skip to content
#

bst

Here are 160 public repositories matching this topic...

geeks-for-geeks-solutions

This is a a C++ program implementing a Binary Search Tree (BST) to manage student data read from a text file. This program can insert student records based on their student ID, print the deepest node, display students in ascending or descending order, clone a subtree, print nodes at each level, and print paths in the tree.

  • Updated Jul 20, 2024
  • C++

Improve this page

Add a description, image, and links to the bst topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bst topic, visit your repo's landing page and select "manage topics."

Learn more