In this article, you will learn how to determine the maximum width of a binary tree, with an example in Java.
Trees
How to Determine if Two Binary Trees are Identical
We will learn how to determine if two binary trees are Identical, with an example in Java.
How to Convert Binary Tree to Doubly Linked List
In this article you will learn how to convert a binary tree to doubly linked list in Java.
How to Perform Inorder, Non-Recursive Traversal of a Binary Tree
In this article you will learn how to implement inorder, non-recursive traversal of a binary tree
How to Determine If a Binary Tree Is a Valid BST in Java
In this article you will learn how to determine If a binary tree Is a valid BST in Java.
How to Implement Level Order Traversal in a Binary Tree
In this article you will learn how to implement the Level Order Traversal of a Binary Tree in Java.
An Easy to Grasp Explanation of the Tree Data Structure
In this article you will learn the basics of the Tree Data Structure, and its basic types, such as Binary Search and AVL trees.
Serialize and Deserialize a Binary Tree: Easy Explanation
In this article you will learn how Serialize and Deserialize a Binary Tree with examples in Java.
Binary Tree’s Diameter: Easy Explanation to Find its value
In this article you will learn how find the diameter of a Binary Tree with an example algorithm in Java.
An Easy Explanation of the AVL Tree Data Structure
In this article you will learn about AVL binary search trees and how to implement the related balancing algorithm in Java.

