Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lowest common ancestor in bt (dsa 450) #532

Merged
merged 2 commits into from
Oct 26, 2021
Merged

Conversation

dhruvin5
Copy link
Contributor

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])

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly whereever it was hard to understand.
  • My changes generate no new warnings.

Additional Info (optional)

Any additional information you want to give

@dhruvin5
Copy link
Contributor Author

Can you please check this @kanak22

Copy link
Owner

@kanak22 kanak22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make a folder of this question inside binary tree folder and then add the codefile in it.

@dhruvin5
Copy link
Contributor Author

okayy

@dhruvin5
Copy link
Contributor Author

I made the changes @kanak22

@kanak22 kanak22 merged commit 5040db6 into kanak22:main Oct 26, 2021
@kanak22 kanak22 added the hacktoberfest-accepted For accepted contributions in hactoberfest label Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted For accepted contributions in hactoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lowest Common ancestor in binary tree
2 participants