Binary Search Tree (C++)
Loading...
Searching...
No Matches
BST.h File Reference

Declaration of the BST (Binary Search Tree) class. More...

#include "Node.h"

Go to the source code of this file.

Classes

class  BST
 Iterative binary search tree storing integer values. More...

Detailed Description

Declaration of the BST (Binary Search Tree) class.

This header file declares the BST class, an iterative, pointer-based binary search tree implementation. It includes public method prototypes for insertion, deletion, searching, and tree traversal. Full implementation details are provided in BST.cpp.

Author
Arto Baltayan
Date
January 2026
Version
1.0

Definition in file BST.h.

Macro Definition Documentation

◆ BST_H

#define BST_H

Definition at line 19 of file BST.h.