s0098
This commit is contained in:
11
include/s0098_validate_binary_search_tree.hpp
Normal file
11
include/s0098_validate_binary_search_tree.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef S0098_VALIDATE_BINARY_SEARCH_TREE_HPP
|
||||
#define S0098_VALIDATE_BINARY_SEARCH_TREE_HPP
|
||||
|
||||
#include "structures.hpp"
|
||||
|
||||
class S0098 {
|
||||
public:
|
||||
bool isValidBST(TreeNode* root);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user