中文
相关论文

相关论文: An O(bn^2) Time Algorithm for Optimal Buffer Inser…

200 篇论文

We present semi-streaming algorithms for basic graph problems that have optimal per-edge processing times and therefore surpass all previous semi-streaming algorithms for these tasks. The semi-streaming model, which is appropriate when…

离散数学 · 计算机科学 2007-09-03 Mariano Zelke

We propose k^2-means, a new clustering method which efficiently copes with large numbers of clusters and achieves low energy solutions. k^2-means builds upon the standard k-means (Lloyd's algorithm) and combines a new strategy to accelerate…

机器学习 · 计算机科学 2016-05-31 Eirikur Agustsson , Radu Timofte , Luc Van Gool

We propose an $O(n^2)$-time algorithm to determine whether a given matching is efficient in the roommates problem.

计算机科学与博弈论 · 计算机科学 2025-03-04 Keita Kuwahara

Burrows-Wheeler transform (BWT) is an invertible text transformation that, given a text $T$ of length $n$, permutes its symbols according to the lexicographic order of suffixes of $T$. BWT is one of the most heavily studied algorithms in…

数据结构与算法 · 计算机科学 2020-12-09 Dominik Kempa , Tomasz Kociumaka

We study the integer minimization of a quasiconvex polynomial with quasiconvex polynomial constraints. We propose a new algorithm that is an improvement upon the best known algorithm due to Heinz (Journal of Complexity, 2005). This…

最优化与控制 · 数学 2017-01-06 Robert Hildebrand , Matthias Köppe

We consider a Two-Bar Charts Packing Problem (2-BCPP), in which it is necessary to pack two-bar charts (2-BCs) in a unit-height strip of minimum length. The problem is a generalization of the Bin Packing Problem (BPP). Earlier, we proposed…

数据结构与算法 · 计算机科学 2020-06-19 Adil Erzin , Stepan Nazarenko , Gregory Melidi , Roman Plotnikov

In this paper we consider sorting in the cache-oblivious model of Frigo, Leiserson, Prokop, and Ramachandran (1999). We introduce a new simple sorting algorithm in that model which has asymptotically optimal IO complexity $O(\frac{n}{B}…

数据结构与算法 · 计算机科学 2024-07-23 Michal Koucký , Josef Matějka

We deal with exact algorithms for Bandwidth, a long studied NP-hard problem. For a long time nothing better than the trivial O*(n!) exhaustive search was known. In 2000, Feige an Kilian came up with a O*(10^n)-time algorithm. Recently we…

计算复杂性 · 计算机科学 2009-02-11 Marek Cygan , Marcin Pilipczuk

A number of algorithms for computing the simulation preorder (and equivalence) on Kripke structures are available. Let Sigma denote the state space, -> the transition relation and Psim the partition of Sigma induced by simulation…

计算机科学中的逻辑 · 计算机科学 2013-07-30 Francesco Ranzato

The Burrows Wheeler transform has applications in data compression as well as full text indexing. Despite its important applications and various existing algorithmic approaches the construction of the transform for large data sets is still…

数据结构与算法 · 计算机科学 2016-04-25 German Tischler

We study the 2-dimensional vector packing problem, which is a generalization of the classical bin packing problem where each item has 2 distinct weights and each bin has 2 corresponding capacities. The goal is to group items into minimum…

数据结构与算法 · 计算机科学 2011-03-02 Ekow Otoo , Ali Pinar , Doron Rotem

We consider a problem first proposed by Mahler and Popken in 1953 and later developed by Coppersmith, Erd\H{o}s, Guy, Isbell, Selfridge, and others. Let $f(n)$ be the complexity of $n \in \mathbb{Z^{+}}$, where $f(n)$ is defined as the…

We propose faster algorithms for the following three optimization problems on $n$ collinear points, i.e., points in dimension one. The first two problems are known to be NP-hard in higher dimensions. 1- Maximizing total area of disjoint…

计算几何 · 计算机科学 2018-07-27 Ahmad Biniaz , Prosenjit Bose , Paz Carmi , Anil Maheshwari , J. Ian Munro , Michiel Smid

We provide a new algorithm to determine stuttering equivalence with time complexity $O(m \log n)$, where $n$ is the number of states and $m$ is the number of transitions of a Kripke structure. This algorithm can also be used to determine…

计算机科学中的逻辑 · 计算机科学 2016-01-08 Jan Friso Groote , Anton Wijs

In many applications including integer-forcing linear multiple-input and multiple-output (MIMO) receiver design, one needs to solve a successive minima problem (SMP) on an $n$-dimensional lattice to get an optimal integer coefficient matrix…

信息论 · 计算机科学 2018-11-06 Jinming Wen , Lanping Li , Xiaohu Tang , Wai Ho Mow

The tree inclusion problem is, given two node-labeled trees $P$ and $T$ (the ``pattern tree'' and the ``target tree''), to locate every minimal subtree in $T$ (if any) that can be obtained by applying a sequence of node insertion operations…

数据结构与算法 · 计算机科学 2021-06-16 Tatsuya Akutsu , Jesper Jansson , Ruiming Li , Atsuhiro Takasu , Takeyuki Tamura

A crucial subroutine in quantum computing is to load the classical data of $N$ complex numbers into the amplitude of a superposed $n=\lceil \log_2N\rceil$-qubit state. It has been proven that any algorithm universally implementing this…

量子物理 · 物理学 2021-08-13 Xiao-Ming Zhang , Man-Hong Yung , Xiao Yuan

We revisit the problem of permuting an array of length $n$ according to a given permutation in place, that is, using only a small number of bits of extra storage. Fich, Munro and Poblete [FOCS 1990, SICOMP 1995] obtained an elegant…

数据结构与算法 · 计算机科学 2021-01-12 Bartłomiej Dudek , Paweł Gawrychowski , Karol Pokorski

Binary Spiking Neural Networks (BSNNs) offer promising efficiency advantages for resource-constrained computing. However, their training algorithms often require substantial memory overhead due to latent weights storage and temporal…

机器学习 · 计算机科学 2025-11-18 Yu Liang , Yu Yang , Wenjie Wei , Ammar Belatreche , Shuai Wang , Malu Zhang , Yang Yang

Permutation patterns and pattern avoidance have been intensively studied in combinatorics and computer science, going back at least to the seminal work of Knuth on stack-sorting (1968). Perhaps the most natural algorithmic question in this…

数据结构与算法 · 计算机科学 2019-08-14 Benjamin Aram Berendsohn , László Kozma , Dániel Marx