s0701
This commit is contained in:
11
include/s0701_insert_into_a_binary_search_tree.hpp
Normal file
11
include/s0701_insert_into_a_binary_search_tree.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef S0701_INSERT_INTO_A_BINARY_SEARCH_TREE_HPP
|
||||
#define S0701_INSERT_INTO_A_BINARY_SEARCH_TREE_HPP
|
||||
|
||||
#include "structures.hpp"
|
||||
|
||||
class S0701 {
|
||||
public:
|
||||
TreeNode* insertIntoBST(TreeNode* root, int val);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user