I implemented a trie based search and compared it with binary search. According to me trie based search should be more optimum than binary search when we have huge text files but when i used java's clock function to check the time, results were other way round. Can someone explain me?
Asked
Active
Viewed 59 times