Google


   


You are here: CodeIdol.com > Java > Algorithms in Java > Radix Search

SAVE
Digg
Shown on del.icio.us del.icio.us
See Whos Talking About This on Technorati Technorati
I've Reddit reddit

Algorithms in Java



Several search methods proceed by examining the search keys one small piece at a time, rather than using full comparisons between keys at each step....

read more: Radix Search


The simplest radix-search method is based on the use of digital search trees (DSTs). The search and insert algorithms are identical to binary tree search...



In this section, we consider a search tree that allows us to use the bits of the keys to guide the search, in the same...

read more: Tries


Trie-based search as described in Section has two inconvenient flaws. First, the one-way branching leads to the creation of extra nodes in the trie, which...

read more: Patricia Tries


For radix sorting, we found that we could get a significant improvement in speed by considering more than 1 bit at a time. The same...



In Section 12.5, we considered the process of building a string index, and we used binary search in a table of indexes into a text...


SAVE
Digg
Shown on del.icio.us del.icio.us
See Whos Talking About This on Technorati Technorati
I've Reddit reddit

You are here: CodeIdol.com > Java > Algorithms in Java > Radix Search


   
Related tags







Popular Categories
Unix books and guides

AJAX popular information
C# language guides
Windows books and cookbooks

.......








    С 2009 года мы стали переводить структура сайта на различные языки. Сайт теперь будет содержать книги не только на английском языке, но также и на других европейских языках, в том числе и на Русском языке.

    Русский Polski Francais Deutsch
    support sitemap terms

© CodeIdol Labs, 2007 - 2009