invariant-based-testing-for-bst

Status: IN

BST-related tests verify structural properties (BST ordering, height-balance, in-order traversal matching input) rather than asserting a specific tree shape, making tests robust to multiple valid constructions.

Source: entries/2026/06/06/convert-sorted-array-to-binary-search-tree-solution.md

JSON