MCPcopy Create free account
hub / github.com/TheAlgorithms/C / checkIsBst

Function checkIsBst

leetcode/src/98.c:13–20  ·  view source on GitHub ↗

Depth first search approach. Runtime: O(n) Space: O(1)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

isValidBSTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected