Skip to content

Commit c622092

Browse files
author
Partho Biswas
committed
Same_BSTs
1 parent 628f53a commit c622092

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,7 @@ BFS, DFS, Dijkstra, Floyd–Warshall, Bellman-Ford, Kruskal, Prim's, Minimum Spa
770770
|03| [Validate_BST](algoexpert.io/questions/Validate_BST.md) | [Python](algoexpert.io/python/Validate_BST.py)|
771771
|04| [Find_Closest_Value_in_BST](algoexpert.io/questions/Find_Closest_Value_In_BST.md) | [Python](algoexpert.io/python/Find_Closest_Value_in_BST.py)|
772772
|05| [BST_Traversal](algoexpert.io/questions/BST_Traversal.md) | [Python](algoexpert.io/python/BST_Traversal.py)|
773+
|06| [Same_BSTs](algoexpert.io/questions/Same_BSTs.md) | [Python](algoexpert.io/python/Same_BSTs.py)|
773774

774775
</p>
775776
</details>

algoexpert.io/python/Same_BSTs.py

Whitespace-only changes.

algoexpert.io/questions/Same_BSTs.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Same_BSTs
2+
3+
#### Problem Statement
4+
5+
6+
![alt text](Same_BSTs.png "Same_BSTs")
7+
8+
9+
10+
#### Explanation
11+
12+
13+
14+
#### Solution
15+
16+
Check this [Python](../python/Same_BSTs.py) code.
17+

algoexpert.io/questions/Same_BSTs.png

278 KB
Loading

0 commit comments

Comments
 (0)