This commit is contained in:
11
include/s0236_lowest_common_ancestor_of_a_binary_tree.hpp
Normal file
11
include/s0236_lowest_common_ancestor_of_a_binary_tree.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef S0236_LOWEST_COMMON_ANCESTOR_OF_A_BINARY_TREE_HPP
|
||||
#define S0236_LOWEST_COMMON_ANCESTOR_OF_A_BINARY_TREE_HPP
|
||||
|
||||
#include "structures.hpp"
|
||||
|
||||
class S0236 {
|
||||
public:
|
||||
TreeNode* lowestCommonAncestor(TreeNode* root, TreeNode* p, TreeNode* q);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user