A C++ solution to the [98.Validate Binary Search Tree](https://leetcode.com/problems/validate-binary-search-tree/) problem which follows Neetcode's explanation in the video.