binary_search_tree

A collection of 1 post

[LeetCode] #98. Validate Binary Search Tree cover image
#leet_code#algorithm#medium_level#java#tree#depth_first_search#binary_search_tree#bst

[LeetCode] #98. Validate Binary Search Tree

주어진 트리가 올바른 이진 탐색 트리인지 확인합니다.