Source Code for HappyCoders.eu article series on tree data structures (binary tree, binary search tree, AVL tree, red-black tree).
-
Updated
Jun 9, 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
Binary Tree Traversals and Views.
Java implementation of Huffman encoding and decoding from scratch. Includes custom tree traversal, compression, and decompression logic. Built in 2021.
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.
Here are two samples of the tree structure and an ability to set traversing type in-depth or in-width
Builds heap according to selected time complexity algorithm.
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
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."