findmode-single-pass-no-hashmap

Status: IN

`findMode` computes all BST modes in a single in-order traversal using run-length counting on the sorted sequence — no hash map or second pass required.

Source: entries/2026/06/06/find-mode-in-binary-search-tree-solution.md

JSON