s0450
This commit is contained in:
11
include/s0450_delete_node_in_a_bst.hpp
Normal file
11
include/s0450_delete_node_in_a_bst.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef S0450_DELETE_NODE_IN_A_BST_HPP
|
||||
#define S0450_DELETE_NODE_IN_A_BST_HPP
|
||||
|
||||
#include "structures.hpp"
|
||||
|
||||
class S0450 {
|
||||
public:
|
||||
TreeNode* deleteNode(TreeNode* root, int key);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user