Leetcode 문제 이번에 풀어볼 문제는 리트코드 98번 문제 Validate binary search tree 다. 우선 문제를 살펴보자. 리트코드 98번 문제 Validate binary search tree 링크 https://leetcode.com/problems/validate-binary-search-tree/description/ Validate Binary Search Tree - LeetCode Can you solve this real interview question? Validate Binary Search Tree - Given the root of a binary tree, determine if it is a valid binary search tree (BST). A val..