Complexity Dictionary

  Complexity Dictionary

It is dictionary implementation project in Java which has following motives
1) search meaning of word
2) The project build dictionary with the help of four different containers, Tries, AVL Tree, RedBlack Tree and HashMap
3) For these four containers, system compares

i) building time of dictionary
ii) average word search time in complete dictionary
iii) time taken for search of particular word