Developer-Students-Club-MAIT / cool_code_snippets

This is a repository for adding not so popular/known but very useful and cool code snippets in any language or framework that the community might benefit from
MIT License
12 stars 16 forks source link

Dictionary using Trie #24

Closed deepika-rana closed 4 years ago

deepika-rana commented 4 years ago

Description

Implement a dictionary using a trie in which the user enters a word, if it is present in the prebuilt dictionary print its meaning/definition. The user should also be able to include words of his/her own choice in the #dictionar.

Required prebuilt words

Language

Type of issue

The checklist will be updated by the maintainers/author of this issue according to the language in which snippets are added or are proposed to be added.

github-actions[bot] commented 4 years ago

Congrats for creating your first issue here! Wait till our mentors assign this issue to you. Meanwhile have a look at contribution guidlines to avoid PR rejection!

dwij2212 commented 4 years ago

Can you assign this to me in C++ or Python? C++ preferred over python.

arnab031 commented 4 years ago

Can you assign me this problem in Python?