1,743 research outputs found
Top-Down Skiplists
We describe todolists (top-down skiplists), a variant of skiplists (Pugh
1990) that can execute searches using at most
binary comparisons per search and that have amortized update time
. A variant of todolists, called working-todolists,
can execute a search for any element using binary comparisons and have amortized search time
. Here, is the "working-set number" of
. No previous data structure is known to achieve a bound better than
comparisons. We show through experiments that, if implemented
carefully, todolists are comparable to other common dictionary implementations
in terms of insertion times and outperform them in terms of search times.Comment: 18 pages, 5 figure
Time-Space Trade-Offs for Computing Euclidean Minimum Spanning Trees
In the limited-workspace model, we assume that the input of size lies in
a random access read-only memory. The output has to be reported sequentially,
and it cannot be accessed or modified. In addition, there is a read-write
workspace of words, where is a given parameter.
In a time-space trade-off, we are interested in how the running time of an
algorithm improves as varies from to .
We present a time-space trade-off for computing the Euclidean minimum
spanning tree (EMST) of a set of sites in the plane. We present an
algorithm that computes EMST using time and
words of workspace. Our algorithm uses the fact that EMST is a subgraph of
the bounded-degree relative neighborhood graph of , and applies Kruskal's
MST algorithm on it. To achieve this with limited workspace, we introduce a
compact representation of planar graphs, called an -net which allows us to
manipulate its component structure during the execution of the algorithm
Linear transformation distance for bichromatic matchings
Let be a set of points in general position, where is a
set of blue points and a set of red points. A \emph{-matching}
is a plane geometric perfect matching on such that each edge has one red
endpoint and one blue endpoint. Two -matchings are compatible if their
union is also plane.
The \emph{transformation graph of -matchings} contains one node for each
-matching and an edge joining two such nodes if and only if the
corresponding two -matchings are compatible. In SoCG 2013 it has been shown
by Aloupis, Barba, Langerman, and Souvaine that this transformation graph is
always connected, but its diameter remained an open question. In this paper we
provide an alternative proof for the connectivity of the transformation graph
and prove an upper bound of for its diameter, which is asymptotically
tight
Space-Time Trade-offs for Stack-Based Algorithms
In memory-constrained algorithms we have read-only access to the input, and
the number of additional variables is limited. In this paper we introduce the
compressed stack technique, a method that allows to transform algorithms whose
space bottleneck is a stack into memory-constrained algorithms. Given an
algorithm \alg\ that runs in O(n) time using variables, we can
modify it so that it runs in time using a workspace of O(s)
variables (for any ) or time using variables (for any ). We also show how the technique
can be applied to solve various geometric problems, namely computing the convex
hull of a simple polygon, a triangulation of a monotone polygon, the shortest
path between two points inside a monotone polygon, 1-dimensional pyramid
approximation of a 1-dimensional vector, and the visibility profile of a point
inside a simple polygon. Our approach exceeds or matches the best-known results
for these problems in constant-workspace models (when they exist), and gives
the first trade-off between the size of the workspace and running time. To the
best of our knowledge, this is the first general framework for obtaining
memory-constrained algorithms
Drawing the Horton Set in an Integer Grid of Minimum Size
In 1978 Erd\H os asked if every sufficiently large set of points in general
position in the plane contains the vertices of a convex -gon, with the
additional property that no other point of the set lies in its interior.
Shortly after, Horton provided a construction---which is now called the Horton
set---with no such -gon. In this paper we show that the Horton set of
points can be realized with integer coordinates of absolute value at most
. We also show that any set of points
with integer coordinates combinatorially equivalent (with the same order type)
to the Horton set, contains a point with a coordinate of absolute value at
least , where is a positive constant
Diversity and enumeration of halophilic and alkaliphilic bacteria in Spanish-style green table-olive fermentations
© 2015 Elsevier Ltd. The presence and enumeration of halophilic and alkaliphilic bacteria in Spanish-style table-olive fermentations was studied. Twenty 10-tonne fermenters at two large manufacturing companies in Spain, previously studied through both culture dependent and independent (PCR-DGGE) methodologies, were selected. Virtually all this microbiota was isolated during the initial fermentation stage. A total of 203 isolates were obtained and identified based on 16S rRNA gene sequences. They belonged to 13 bacterial species, included in 11 genera. It was noticeable the abundance of halophilic and alkaliphilic lactic acid bacteria (HALAB). These HALAB belonged to the three genera of this group: Alkalibacterium, Marinilactibacillus and Halolactibacillus. Ten bacterial species were isolated for the first time from table olive fermentations, including the genera Amphibacillus, Natronobacillus, Catenococcus and Streptohalobacillus. The isolates were genotyped through RAPD and clustered in a dendrogram where 65 distinct strains were identified. Biodiversity indexes found statistically significant differences between both patios regarding genotype richness, diversity and dominance. However, Jaccard similarity index suggested that the halophilic/alkaliphilic microbiota in both patios was more similar than the overall microbiota at the initial fermentation stage. Thus, up to 7 genotypes of 6 different species were shared, suggesting adaptation of some strains to this fermentation stage. Morisita-Horn similarity index indicated a high level of codominance of the same species in both patios. Halophilic and alkaliphilic bacteria, especially HALAB, appeared to be part of the characteristic microbiota at the initial stage of this table-olive fermentation, and they could contribute to the conditioning of the fermenting brines in readiness for growth of common lactic acid bacteria.This research was funded by the Spanish Ministry of Science and Innovation (MICINN), through Projects AGL2009-07861 and AGL2012-33400, and by the Junta de Andalucía Excellence Projects AGR-04621 and AGR-07345. All these projects included FEDER funds. AMB was the recipient of a post-doctoral grant awarded by the Junta de Andalucía as part of the Project AGR-07345. HLP was the recipient of a contract funded by the Spanish Ministry of Economy and Competitiveness as part of the Project AGL2012-33400. We want to express our most sincere gratitude to Juan Carlos Roldán, from JOLCA S.A., and Antonio Martín and Marta Sánchez, from GOYA en España S.A.U., for their invaluable collaboration in this study.Peer Reviewe
- …
