thumbnail

Springer Science and Business Media LLC

  0178-4617

  1432-0541

 

Cơ quản chủ quản:  SPRINGER , Springer New York

Lĩnh vực:
Applied MathematicsComputer Science (miscellaneous)Computer Science Applications

Phân tích ảnh hưởng

Thông tin về tạp chí

 

Các bài báo tiêu biểu

Primitives for the manipulation of three-dimensional subdivisions
Tập 4 - Trang 3-32 - 1989
David P. Dobkin, Michael J. Laszlo
Algorithms for manipulating three-dimensional cell complexes are seldom implemented due to the lack of a suitable data structure for representing them. Such a data structure is proposed here along with the primitive operations necessary to make it useful. Applications of the structure are also given.
Optimal Online Two-Way Trading with Bounded Number of Transactions
Tập 81 - Trang 4238-4257 - 2018
Stanley P. Y. Fung
We consider a two-way trading problem, where investors buy and sell a stock whose price moves within a certain range. Naturally they want to maximize their profit. Investors can perform up to k trades, where each trade must involve the full amount. We give optimal algorithms for three different models which differ in the knowledge of how the price fluctuates. In the first model, there are global minimum and maximum bounds m and M. We first show an optimal lower bound of $$\varphi $$ (where $$\varphi =M/m$$ ) on the competitive ratio for one trade, which is the bound achieved by trivial algorithms. Perhaps surprisingly, when we consider more than one trade, we can give a better algorithm that loses only a factor of $$\varphi ^{2/3}$$ (rather than $$\varphi $$ ) per additional trade. Specifically, for k trades the algorithm has competitive ratio $$\varphi ^{(2k+1)/3}$$ . Furthermore we show that this ratio is the best possible by giving a matching lower bound. In the second model, m and M are not known in advance, and just $$\varphi $$ is known. We show that this only costs us an extra factor of $$\varphi ^{1/3}$$ , i.e., both upper and lower bounds become $$\varphi ^{(2k+2)/3}$$ . Finally, we consider the bounded daily return model where instead of a global limit, the fluctuation from one day to the next is bounded, and again we give optimal algorithms, and interestingly one of them resembles common trading strategies that involve stop loss limits.
Kinetic Collision Detection for Convex Fat Objects
Tập 53 - Trang 457-473 - 2007
Mohammad Ali Abam, Mark de Berg, Sheung-Hung Poon, Bettina Speckmann
We design compact and responsive kinetic data structures for detecting collisions between n convex fat objects in 3-dimensional space that can have arbitrary sizes. Our main results are:
A Framework for Succinct Labeled Ordinal Trees over Large Alphabets
Tập 70 - Trang 696-717 - 2014
Meng He, J. Ian Munro, Gelin Zhou
We consider succinct representations of labeled ordinal trees that support a rich set of operations. Our new representations support a much broader collection of operations than previous work. In our approach, labels of nodes are stored in a preorder label sequence, which can be compressed using any succinct representation of strings that supports $$\mathtt{{access}}$$ , $${\mathtt{{rank}}}$$ and $$\mathtt{{select}}$$ operations. Thus, we present a framework for succinct representations of labeled ordinal trees that is able to handle large alphabets. This answers an open problem presented by Geary et al., which asks for representations of labeled ordinal trees that remain space-efficient for large alphabets. We further extend our work and present the first succinct representations for dynamic labeled ordinal trees that support several label-based operations including finding the level ancestor with a given label.
Average-Case Analysis of Approximate Trie Search
Tập 46 - Trang 469-491 - 2006
Moritz G. Maass
For the exact search of a pattern of length m in a database of n strings the trie data structure allows an optimal lookup time of O(m). If mismatches are allowed between the pattern and the database strings, no such structure with reasonable size is known. Some work can be saved using a trie and running times superior to the comparison with every string in the database can be achieved. We investigate a comparison-based model where matches and mismatches are defined between pairs of characters. When comparing two characters, let q be the probability of an error. Between any two strings we bound the number of errors by d, which we consider a function of n. We study the average-case complexity of the number of comparisons for searching in a trie in dependence of the parameters q and d. Our analysis yields the asymptotic behavior for memoryless sources with uniform probabilities. It turns out that there is a jump in the average-case complexity at certain thresholds for q and d. Our results can be applied for any comparison-based error model, for instance, Hamming distance, don't cares, or geometric character distances.
Approximately Coloring Graphs Without Long Induced Paths
- 2019
Maria Chudnovsky, Oliver Schaudt, Sophie Spirkl, Maya Stein, Mingxian Zhong
It is an open problem whether the 3-coloring problem can be solved in polynomial time in the class of graphs that do not contain an induced path on t vertices, for fixed t. We propose an algorithm that, given a 3-colorable graph without an induced path on t vertices, computes a coloring with $$\max \left\{ 5,2\left\lceil \frac{t-1}{2}\right\rceil -2\right\} $$ many colors. If the input graph is triangle-free, we only need $$\max \left\{ 4,\left\lceil \frac{t-1}{2}\right\rceil +1\right\} $$ many colors. The running time of our algorithm is $$O((3^{t-2}+t^2)m+n)$$ if the input graph has n vertices and m edges.
On the Hardness of Approximating Spanners
Tập 30 - Trang 432-450 - 2001
G. Kortsarz
A k -spanner of a connected graph G=(V,E) is a subgraph G' consisting of all the vertices of V and a subset of the edges, with the additional property that the distance between any two vertices in G' is larger than the distance in G by no more than a factor of k . This paper concerns the hardness of finding spanners with a number of edges close to the optimum. It is proved that for every fixed k , approximating the spanner problem is at least as hard as approximating the set-cover problem. We also consider a weighted version of the spanner problem, and prove an essential difference between the approximability of the case k=2 and the case k\geq 5 .
Competitive Weighted Matching in Transversal Matroids
Tập 62 - Trang 333-348 - 2010
Nedialko B. Dimitrov, C. Greg Plaxton
Consider a bipartite graph with a set of left-vertices and a set of right-vertices. All the edges adjacent to the same left-vertex have the same weight. We present an algorithm that, given the set of right-vertices and the number of left-vertices, processes a uniformly random permutation of the left-vertices, one left-vertex at a time. In processing a particular left-vertex, the algorithm either permanently matches the left-vertex to a thus-far unmatched right-vertex, or decides never to match the left-vertex. The weight of the matching returned by our algorithm is within a constant factor of that of a maximum weight matching, generalizing the recent results of Babaioff et al.
Optimal Tracking of Distributed Heavy Hitters and Quantiles
Tập 65 Số 1 - Trang 206-223 - 2013
Ke Yi, Qin Zhang
Permutation Betting Markets: Singleton Betting with Extra Information
Tập 60 - Trang 853-876 - 2009
Mohammad Ghodsi, Hamid Mahini, Vahab S. Mirrokni, Morteza Zadimoghaddam
We study permutation betting markets, introduced by Chen et al. (Proceedings of the ACM Conference on Electronic Commerce, 2007). For these markets, we consider subset bettings in which each trader can bet on a subset of candidates ending up in a subset of positions. We consider the revenue maximization problem for the auctioneer in two main frameworks: the risk-free revenue maximization (studied in Chen et al., Proceedings of the ACM Conference on Electronic Commerce, 2007), and the probabilistic revenue maximization. We also explore the use of some certain knowledge or extra information about the possible outcomes of the market. We first show that finding the optimal revenue in the risk-free model for the subset betting problem is inapproximable. This resolves an open question posed by Chen et al. (Proceedings of the ACM Conference on Electronic Commerce, 2007). In order to identify solvable variants of the problem, we propose the singleton betting language which allows traders to bet an arbitrary value on one candidate for one position. For singleton bettings, we first provide a linear-time implementable necessary and sufficient condition for existence of a solution with positive revenue for any possible outcome. Furthermore, we develop an LP-based polynomial-time algorithm to find the optimum solution of this problem. In addition, we show how to extend this LP-based method to handle some extra information about the possible outcomes. Finally, we consider the revenue maximization problem in a probabilistic setting. For this variant, we observe that the problem of maximizing the expected revenue is polynomial-time solvable, but we show that maximizing the probability of achieving a pre-specified revenue is #P-Complete.