期刊文献+
共找到1篇文章
< 1 >
每页显示 20 50 100
Prime Box Parallel Search Algorithm: Searching Dynamic Dictionary in O(lg m) Time
1
作者 Amit Pandey Berhane Wolde-Gabriel Elias Jarso 《Journal of Computer and Communications》 2016年第4期134-145,共12页
Hashing and Trie tree data structures are among the preeminent data mining techniques considered for the ideal search. Hashing techniques have the amortized time complexity of O(1). Although in worst case, searching a... Hashing and Trie tree data structures are among the preeminent data mining techniques considered for the ideal search. Hashing techniques have the amortized time complexity of O(1). Although in worst case, searching a hash table can take as much as θ(n) time [1]. On the other hand, Trie tree data structure is also well renowned data structure. The ideal lookup time for searching a string of length m in database of n strings using Trie data structure is O(m) [2]. In the present study, we have proposed a novel Prime Box parallel search algorithm for searching a string of length m in a dictionary of dynamically increasing size, with a worst case search time complexity of O(log2m). We have exploited parallel techniques over this novel algorithm to achieve this search time complexity. Also this prime Box search is independent of the total words present in the dictionary, which makes it more suitable for dynamic dictionaries with increasing size. 展开更多
关键词 Prime Box search Algorithm Information Retrieval Lexicographical search Dynamic dictionary search Parallel search
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部