Source Code for HappyCoders.eu article series on tree data structures (binary tree, binary search tree, AVL tree, red-black tree).
-
Updated
Nov 24, 2025 - Java
Source Code for HappyCoders.eu article series on tree data structures (binary tree, binary search tree, AVL tree, red-black tree).
Binary Search Tree (BST) Traversal
USC-Foundations of Artificial Intelligence Codes
Tree traversal and manipulation in Java
Java implementation of Huffman encoding and decoding from scratch. Includes custom tree traversal, compression, and decompression logic. Built in 2021.
Here are two samples of the tree structure and an ability to set traversing type in-depth or in-width
This repository contains a Java implementation of a BinaryTree class, with methods for inserting nodes and performing in-order, pre-order, and post-order traversals.
Reads in the edges of a tree that has had a single edge added, and returns an edge that can be removed that will result in a tree
Builds heap according to selected time complexity algorithm.
Java Binary Search Tree with CRUD operations and tree traversal algorithms - educational data structures project
Sample solution to several programming questions.
Add a description, image, and links to the tree-traversal topic page so that developers can more easily learn about it.
To associate your repository with the tree-traversal topic, visit your repo's landing page and select "manage topics."