Skip to content
#

tree-construction

Here are 4 public repositories matching this topic...

Language: All
Filter by language

AVL Tree Implementation in Python: This repository provides a comprehensive implementation of an AVL tree (balanced binary search tree) with Node and Tree classes, build_tree() method, and insert() and delete() methods. The code demonstrates AVL tree construction, node insertion and removal, and tree rebalancing for maintaining optimal performance.

  • Updated Apr 11, 2023
  • Python

The provided Java code defines a HuffmanSubmit class that implements the Huffman coding algorithm for file compression and decompression. It includes methods for building the Huffman tree, encoding characters, writing the tree and encoded data to files, and decoding the compressed files.

  • Updated Jan 19, 2024
  • Java

Improve this page

Add a description, image, and links to the tree-construction 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 tree-construction topic, visit your repo's landing page and select "manage topics."

Learn more