Skip to main content

4 docs tagged with "depth-first-search"

View all tags

Balanced Binary Tree Checker

Learn how to implement a balanced binary tree checker in Java, with explanations of the algorithm and time complexity analysis.

Balanced Binary Tree Javascript

Learn how to implement a balanced binary tree checker in JavaScript, with explanations of the algorithm and time complexity analysis.

Tarjan's Algorithm

Tarjan's algorithm is an efficient method for finding strongly connected components in a directed graph.