s0669
This commit is contained in:
11
include/s0669_trim_a_binary_search_tree.hpp
Normal file
11
include/s0669_trim_a_binary_search_tree.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef S0669_TRIM_A_BINARY_SEARCH_TREE_HPP
|
||||
#define S0669_TRIM_A_BINARY_SEARCH_TREE_HPP
|
||||
|
||||
#include "structures.hpp"
|
||||
|
||||
class S0669 {
|
||||
public:
|
||||
TreeNode* trimBST(TreeNode* root, int low, int high);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user