-
Notifications
You must be signed in to change notification settings - Fork 270
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
LCA implementation (fixes #89) #91
Conversation
Fixes #89 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes required:
- Test cases should be simple to read. For example: instead of using this
{"left":{"left":{"data":4},"right":{"left":{"data":10},"right":{"data":14},"data":12},"data":8},"right":{"data":22},"data":20}
you should create a bst tree . Bst file location - BST - Can you move your folder to here BinarySearchTree
You might be wondering why too many changes :) I do everything here on the Github online, no single local file / editors ..etc. Anyway, now it's all set! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @amahdy for PR 👍
No description provided.