SumitDutta1997 / Dictionary-Using-Trie

Implementation of dictionary using trie data structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dictionary-Using-Trie

Implementation of dictionary using trie data structure

Features :

  • Search
  • Insert
  • Delete
  • Auto Complete

Screenshots :

  1. Print all the words present in the Dictionary with its meaning.

IMG-20210430-WA0001

  1. Search a word.

IMG-20210430-WA0002

  1. Delete a word.

IMG-20210430-WA0003

  1. Auto-Complete feature.

IMG-20210430-WA0004

About

Implementation of dictionary using trie data structure

License:MIT License


Languages

Language:C++ 100.0%