The Wayback Machine - https://web.archive.org/web/20200916131301/https://github.com/TheAlgorithms/C/pull/481
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

Implementation of dictionary using binary trees #481

Open
wants to merge 1 commit into
base: master
from

Conversation

@RaghavRoy145
Copy link

RaghavRoy145 commented Oct 28, 2019

Hacktober Fest FTW

@ashwek
Copy link
Member

ashwek commented Nov 5, 2019

@RaghavRoy145

For input,
word: a
meaning: a

word: ab
meaning: ab

there should be 2 nodes in the dictionary (tree), but your program output Word exists!! even though both are different words

@ashwek ashwek added the bug label Nov 5, 2019
@RaghavRoy145
Copy link
Author

RaghavRoy145 commented Nov 5, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.