binary-search-on-value-pattern

Status: IN

`is_perfect_square` binary-searches the range `[1, num]` for a value whose square equals `num`, achieving O(log n) time and O(1) space with no library calls.

Source: entries/2026/06/06/valid-perfect-square-solution.md

Depended on by

JSON