Skip to content

uniqqqg/trees

Repository files navigation

Binary Search Tree Implementation

This repository contains an implementation of a Binary Search Tree (BST) in Python.

Features

  • Insertion of elements
  • Searching for elements
  • Deletion of elements
  • Tree traversal (in-order, pre-order, post-order)

Usage

  1. Clone the repository:
    git clone https://github.com/your-repo-url/binary_search_tree.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages