Tree Coding Problems

Navigate hierarchical data structures

252
Total Problems
41
Easy
150
Medium
60
Hard
Start Practicing

Master DSA Topics - January, 2026

Practice problems across 75+ categories

Tree Coding Problems

Practice problems frequently asked at Tree 252 problems | 41 Easy | 150 Medium | 60 Hard

# Problem Difficulty Topics
61 Count Nodes Equal to Sum of Descendants Medium
TreeDepth-First SearchBinary Tree
62 Count Nodes That Are Great Enough Hard
Divide and ConquerTreeDepth-First Search
63 Count Nodes With the Highest Score Medium
ArrayTreeDepth-First Search
64 Count Number of Possible Root Nodes Hard
ArrayHash TableDynamic Programming
65 Count Pairs of Connectable Servers in a Weighted Tree Network Medium
ArrayTreeDepth-First Search
66 Count Paths That Can Form a Palindrome in a Tree Hard
Dynamic ProgrammingBit ManipulationTree
67 Count Subtrees With Max Distance Between Cities Hard
Dynamic ProgrammingBit ManipulationTree
68 Count the Number of Good Nodes Medium
TreeDepth-First Search
69 Count Univalue Subtrees Medium
TreeDepth-First SearchBinary Tree
70 Count Valid Paths in a Tree Hard
MathDynamic ProgrammingTree
71 Count Ways to Build Rooms in an Ant Colony Hard
MathDynamic ProgrammingTree
72 Cousins in Binary Tree Easy
TreeDepth-First SearchBreadth-First Search
73 Cousins in Binary Tree II Medium
Hash TableTreeDepth-First Search
74 Create Binary Tree From Descriptions Medium
ArrayHash TableTree
75 Create Components With Same Value Hard
ArrayMathTree
Showing 61-75 of 252
1 ... 3 4 5 6 7 ... 17

Tutorials Library

Master any technology with our largest free online Library. Browse through 500+ tutorials across 10+ categories.

Python

Python Tutorial

Java

Java Tutorial

JavaScript

JavaScript

C++

C++ Tutorial

C#

C# Tutorial

Go

Go Tutorial

Rust

Rust Tutorial

TypeScript

TypeScript

Swift

Swift Tutorial

Kotlin

Kotlin Tutorial

Ruby

Ruby Tutorial

PHP

PHP Tutorial

C

C Tutorial

Scala

Scala Tutorial

Perl

Perl Tutorial

R

R Tutorial

Dart

Dart Tutorial

Lua

Lua Tutorial

MATLAB

MATLAB

Haskell

Haskell

Developer Toolbox

Powerful online tools to boost your productivity

public class MyFirstJavaProgram { Edit & Run

   /* This is my first java program.
    * This will print 'Hello, World!' as the output
    */

   public static void main(String []args) {
      System.out.println("Hello, World!"); // prints
   }
}

Start Coding in Seconds

Coding Ground For Developers

Code, Edit, Run and Share

Ignite your coding potential on Coding Ground - an immersive online platform for hands-on learning, collaboration, and skill development.