Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplementation of dictionary using binary trees #481
Conversation
For input, word: ab there should be 2 nodes in the dictionary (tree), but your program output Word exists!! even though both are different words |
Ah yes, there's probably an issue with the check function, I'll fix that
and make another request.
Thank you so much for bringing it to my notice
…On Tue, Nov 5, 2019, 13:37 Ashwek Swamy ***@***.***> wrote:
@RaghavRoy145 <https://github.com/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
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#481?email_source=notifications&email_token=ALAGT4PUXT2G5W6OMRQP5ILQSESSLA5CNFSM4JFVI2GKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDB6JJI#issuecomment-549708965>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALAGT4IZ4SYEQA6O6OD22Z3QSESSLANCNFSM4JFVI2GA>
.
|
RaghavRoy145 commentedOct 28, 2019
Hacktober Fest FTW