Ayush7614 / Ayush7614/Daily-Coding-DS-ALGO-Practice
Find the Distance between two nodes in Binary Search Tree
- Dominant language
- C++
- Stars
- 323
- Forks
- 472
- PR merge metrics
- No merged PRs in 30d
Description
# Aim
- To Find the Distance between two nodes in Binary Search Tree. Find the distance between two keys in a binary tree, no parent pointers are given.
# Details
- This code will find the distance between two nodes in Binary Search Tree.
- The distance between two nodes is the minimum number of edges to be traversed to reach one node from another.
- 
### Programming language
- [ ] C
- [ ] C++
- [x] Java
- [ ] Python
Link for the problem - https://practice.geeksforgeeks.org/problems/min-distance-between-two-givennodes-of-a-binary-tree/1 ]
Contributor guide
Assessment
This issue has not been assessed yet.