Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for Search data structure 4 found (12 total)

alternate case: search data structure

Bin (computational geometry) (756 words) [view diff] exact match in snippet view article

useful in algorithms that need to incrementally add shapes to the search data structure. Harmony Search Optimization for HDR Prostate Brachytherapy. 2008
Boyer–Moore string-search algorithm (2,824 words) [view diff] case mismatch in snippet view article find links to article
Boyer–Moore string search Class String search Data structure String Worst-case performance Θ(m) preprocessing + O(mn) matching Best-case performance Θ(m)
Knuth–Morris–Pratt algorithm (4,204 words) [view diff] case mismatch in snippet view article find links to article
Knuth–Morris–Pratt algorithm Class String search Data structure String Worst-case performance Θ ( m ) {\displaystyle \Theta (m)} preprocessing + Θ ( n
Multiplicative binary search (397 words) [view diff] no match in snippet view article find links to article
ancestors Standish, Thomas A. (1980). "Chapter 4.2.2: Ordered Table Search". Data Structure Techniques. Addison-Wesley. pp. 136–141. ISBN 978-0201072563. Sayle