kanak22 / CP-DSA-Questions

This is a repository entirely dedicated to all kind of questions ranging from basic DSA to CP. It aims to provide a solution to different questions. 📚
77 stars 131 forks source link

lowest common ancestor in bt (dsa 450) #532

Closed dhruvin5 closed 2 years ago

dhruvin5 commented 2 years ago

Related Issue

Describe the changes you've made

C++ solution (with commented explanations) of DSA 450 problem Lowest common ancestor of binary tree I have created a c++ file in the DSA folder/Binary trees with the same name as that of the problem I have also updated the readme

Mention any unusual behaviour of your code (Write NA if not)

Any unusual behaviour of your code

Checklist:

(To mark, write x inside the square brackets like this: [x])

Additional Info (optional)

Any additional information you want to give

dhruvin5 commented 2 years ago

Can you please check this @kanak22

dhruvin5 commented 2 years ago

okayy

dhruvin5 commented 2 years ago

I made the changes @kanak22