ash0x0's Obsidian Quartz

Home

❯

cs

❯

DSA

❯

Problems

❯

Trees

❯

Second Largest Node

Second Largest Node

Jul 21, 20251 min read

  • Dropbox
  • DailyCodingProblem
  • Medium
  • TODO

Dropbox DailyCodingProblem Medium TODO

Problem

Given the root to a binary search tree, find the second largest node in the tree.

Solution


Graph View

  • Problem
  • Solution

Created with Quartz v4.5.1 © 2025

  • GitHub
  • Discord Community