![]() |
lowest-common-ancestor-of-a-binary-search-tree 1.0.0
Lowest Common Ancestor of a Binary Search Tree
|
#include <bits/stdc++.h>
Go to the source code of this file.
Data Structures | |
| struct | TreeNode |
| Definition for a binary tree node. More... | |
| class | Solution |
Functions | |
| int | main () |
| int main | ( | ) |
Definition at line 46 of file main.cpp.
References Solution::lowestCommonAncestor(), and TreeNode::val.