scispace - formally typeset
J

Jeffrey Scott Vitter

Researcher at University of Mississippi

Publications -  342
Citations -  19164

Jeffrey Scott Vitter is an academic researcher from University of Mississippi. The author has contributed to research in topics: Data structure & Sorting. The author has an hindex of 66, co-authored 341 publications receiving 18546 citations. Previous affiliations of Jeffrey Scott Vitter include Texas A&M University & University of Kansas.

Papers
More filters
Proceedings ArticleDOI

Shortest Paths In Euclidean Graphs

TL;DR: For many graph models, the running time of the algorithm to find the shortest path between a specified pair of vertices in a graph with V vertices and E edges is shown to be O(V) as compared with O (V log V + E) required by the classical (Dijkstra) algorithm.
Book ChapterDOI

Cache-oblivious index for approximate string matching

TL;DR: This paper revisits the problem of indexing a text for approximate string matching and constructs the first external-memory data structure that does not require Ω(|P| + occ + poly(log n)) I/Os.
Proceedings ArticleDOI

An efficient motif finding algorithm for large DNA data sets

TL;DR: A new planted (l, d) motif discovery algorithm named MCES is proposed, which identifies motifs by mining and combining emerging substrings distributedly and has a better identification accuracy than the competing algorithm CisFinder.
Proceedings ArticleDOI

CAMEL : Concept annotated IMagE libraries

TL;DR: This paper argues that two of the major hurdles for content-based image querying's poor acceptance are poor retrieval quality and usability.
Proceedings Article

Tuning the Coalesced Hashing Method to Obtain Optimum Performance (Detailed Abstract)

TL;DR: In this article, the authors analyzed the average search times as a function of the number of colliders and the cellar size, and used these formulas to pick the size of the cellar that leads to optimum search performance.