中文
相关论文

相关论文: A Linear Potential Function for Pairing Heaps

200 篇论文

The pairing heap is a simple "self-adjusting" implementation of a heap (priority queue). Inserting an item into a pairing heap or decreasing the key of an item takes O(1) time worst-case, as does melding two heaps. But deleting an item of…

数据结构与算法 · 计算机科学 2022-08-26 Corwin Sinnamon , Robert Tarjan

We consider the classic problem of designing heaps. Standard binary heaps run faster in practice than Fibonacci heaps but have worse time guarantees. Here we present a new type of heap, a layered heap, that runs faster in practice than both…

数据结构与算法 · 计算机科学 2015-10-13 Peter Huggins

The heap is a basic data structure used in a wide variety of applications, including shortest path and minimum spanning tree algorithms. In this paper we explore the design space of comparison-based, amortized-efficient heap…

数据结构与算法 · 计算机科学 2009-03-03 Bernhard Haeupler , Siddhartha Sen , Robert E. Tarjan

We present several results about position heaps, a relatively new alternative to suffix trees and suffix arrays. First, we show that, if we limit the maximum length of patterns to be sought, then we can also limit the height of the heap and…

数据结构与算法 · 计算机科学 2013-01-15 Travis Gagie , Wing-Kai Hon , Tsung-Han Ku

This paper describes a new and purely functional implementation technique of binary heaps. A binary heap is a tree-based data structure that implements priority queue operations (insert, remove, minimum/maximum) and guarantees at worst…

数据结构与算法 · 计算机科学 2013-12-18 Vladimir Kostyukov

The work is devoted to the construction of a new interval arithmetic which would combine algorithmic efficiency and high quality estimation of the ranges of expressions.

数值分析 · 数学 2022-04-21 Dmitry A. Skorik

In the first part of this paper we introduced an algorithm that uses reachable set approximation to approximate the minimum time function of linear control problems. To illustrate the error estimates and to demonstrate differences to other…

最优化与控制 · 数学 2016-01-01 Robert Baier , Thuy Thi Thien Le

In this paper, first we give a sequential linear-time algorithm for the longest path problem in meshes. This algorithm can be considered as an improvement of [13]. Then based on this sequential algorithm, we present a constant-time parallel…

数据结构与算法 · 计算机科学 2012-01-24 Fatemeh Keshavarz-Kohjerdi , Alireza Bagheri

We present a novel class of methods to compute functions of matrices or their action on vectors that are suitable for parallel programming. Solving appropriate simple linear systems of equations in parallel (or computing the inverse of…

数值分析 · 数学 2022-10-10 Sergio Blanes

This brief note presents two adaptive heap data structures and conjectures on running times.

数据结构与算法 · 计算机科学 2020-03-10 Andrew Frohmader

This paper presents a simple extension of the binary heap, the List Heap. We use List Heaps to demonstrate the idea of adaptive heaps: heaps whose performance is a function of both the size of the problem instance and the disorder of the…

数据结构与算法 · 计算机科学 2018-02-16 Andrew Frohmader

We propose a new indexing structure for parameterized strings, called parameterized position heap. Parameterized position heap is applicable for parameterized pattern matching problem, where the pattern matches a substring of the text if…

数据结构与算法 · 计算机科学 2017-04-19 Diptarama , Takashi Katsura , Yuhei Otomo , Kazuyuki Narisawa , Ayumi Shinohara

The reciprocal function, 1/x, is important for many real-time algorithms. It is used in a large variety of algorithms from areas ranging from iterative estimation to machine learning. Many of these algorithms are iterative in nature and…

信号处理 · 电气工程与系统科学 2020-07-14 Michael Lunglmayr , Oliver Ploder

Alignment algorithms usually rely on simplified models of gaps for computational efficiency. Based on an isomorphism between alignments and physical helix-coil models, we show in statistical mechanics that alignments with realistic laws for…

基因组学 · 定量生物学 2015-06-26 E. Yeramian , E. Debonneuil

Many recent theoretical works on \emph{meta-learning} aim to achieve guarantees in leveraging similar representational structures from related tasks towards simplifying a target task. The main aim of theoretical guarantees on the subject is…

机器学习 · 统计学 2025-05-21 Dimitri Meunier , Zhu Li , Arthur Gretton , Samory Kpotufe

The concept of sequential choice functions is introduced and studied. This concept applies to the reduction of the problem of stable matchings with sequential workers to a situation where the workers are linear.

组合数学 · 数学 2024-03-26 Vladimir I. Danilov

Linear type systems have a long and storied history, but not a clear path forward to integrate with existing languages such as OCaml or Haskell. In this paper, we study a linear type system designed with two crucial properties in mind:…

编程语言 · 计算机科学 2017-11-09 Jean-Philippe Bernardy , Mathieu Boespflug , Ryan R. Newton , Simon Peyton Jones , Arnaud Spiwack

The pairing heap is a classical heap data structure introduced in 1986 by Fredman, Sedgewick, Sleator, and Tarjan. It is remarkable both for its simplicity and for its excellent performance in practice. The "magic" of pairing heaps lies in…

数据结构与算法 · 计算机科学 2018-06-22 Dani Dorfman , Haim Kaplan , László Kozma , Uri Zwick

A linear mesh network is considered in which a single user per cell communicates to a local base station via a dedicated relay (two-hop communication). Exploiting the possibly relevant inter-cell channel gains, rate splitting with…

信息论 · 计算机科学 2007-10-16 O. Simeone , O. Somekh , Y. Bar-Ness , H. V. Poor , S. Shamai

GAP functions are useful for solving optimization problems, but the literature contains a variety of different concepts of GAP functions. It is interesting to point out that these concepts have many similarities. Here we introduce…

最优化与控制 · 数学 2012-10-23 Daniel Morales-Silva , Alexander M. Rubinov , Wilfredo Sosa
‹ 上一页 1 2 3 10 下一页 ›