pranjay-poddar / Data-Structures-And-Algorithms

Important data structure and algorithms codes and concept's open-source repository.
https://bit.ly/30DLzuJ
MIT License
48 stars 109 forks source link

Least Common Ancestor of Two nodes in a Binary Tree #80

Open Anushka310 opened 2 years ago

Anushka310 commented 2 years ago

In this we need to find the least common ancestor of two given nodes in a binary tree.

@pranjay-poddar Can I work on this and add solution in the binary tree folder?

pranjay-poddar commented 2 years ago

@Anushka310 sure you can proceed.