scispace - formally typeset
Proceedings ArticleDOI

Indexed Binary Search based efficient search generator for J2ME English to English dictionary

Reads0
Chats0
TLDR
A J2ME English to English dictionary application has been developed for Java supported cell phones and it is shown that the Indexed binary search is approximately two times faster than the conventional binary search.
Abstract
In the present era of modern technology, everyone wants to get more powerful and efficient services from a tiny device called Cell Phone or Mobile Phone. Now cell phones are used not only in voice or text communication, but also in multimedia, web access, entertainment, education and many other purposes through the Mobile apps. English is the de-facto international language for communication and an English to English dictionary helps to learn English in an easy way. In this paper a J2ME English to English dictionary application has been developed for Java supported cell phones. To accelerate the searching in the dictionary we have developed a new searching methodology called Indexed Binary Search based on conventional binary search. The developed searching methodology first reduces the searching domain for a word to be searched and then performs the conventional binary search for the word. In the developed dictionary with 17700 words stored, the proposed Indexed Binary Search performs conventional binary search on 681 words in average to search a word whereas the conventional binary search uses all the 17700 words for searching. Thus, in this case the Indexed binary search is approximately two times faster than the conventional binary search.

read more

Citations
More filters
Journal ArticleDOI

Fast DNA encoding algorithm inspired by the SPOOLing system

TL;DR: A quartering search method and a fast DNA encoding algorithm inspired by the simultaneous peripheral operations online system are proposed that can greatly improve the efficiency of DNA encoding or decoding and be practical.
References
More filters

Online Multilingual Vocabulary System and Its Application in L2 Learning

TL;DR: An online vocabulary learning system is presented that is more effective in retaining the meaning of the words compared to the traditional learning method and demonstrates that by employing this system, learners are better able to understand the meaning and the context of each lexical item.
Journal ArticleDOI

Random binary search: A randomizing algorithm for global optimization in R 1

TL;DR: An effective computable in quadratic time formula is given for the sampling distribution and various interesting properties of this distribution are obtained which are relevant to the behavior of the algorithm in practice.
Journal Article

Hash based searching algorithm

TL;DR: This paper proposed a new searching algorithm which is applicable for both sorted and unsorted array, and it is proposed Hash based searching technique for searching elements in the given array.
Journal ArticleDOI

A paradox of knowledge management in the case of a Japanese retail company

TL;DR: This paper attempts to show a paradox relating to the introduction of knowledge management, by the case study of Japan's retail company, if the reasons for establishing knowledge databases are seen only in terms of improving the efficiency of knowledge utilisation.

SCIBS (Subset Count Index Based Search) indexing algorithm to reduce the time complexity of search algorithms

Nishad Pm
TL;DR: This paper proposes a new prefix search indexing algorithm called Subset Count Index Based Search Algorithm (SCIBS), which achieved the effective search with minimum time by restricting search only inside the subset instead of searching in entire dataset.