中文
相关论文

相关论文: Available Stabilizing Heaps

200 篇论文

We present a self-stabilizing algorithm for the (asynchronous) unison problem which achieves an efficient trade-off between time, workload, and space in a weak model. Precisely, our algorithm is defined in the atomic-state model and works…

分布式、并行与集群计算 · 计算机科学 2023-08-04 Stéphane Devismes , David Ilcinkas , Colette Johnen , Frédéric Mazoit

We show that quantum states with "low stabilizer complexity" can be efficiently distinguished from Haar-random. Specifically, given an $n$-qubit pure state $|\psi\rangle$, we give an efficient algorithm that distinguishes whether…

量子物理 · 物理学 2025-09-18 Sabee Grewal , Vishnu Iyer , William Kretschmer , Daniel Liang

We explore the integration of representations from a Lie algebra to its algebraic group in positive characteristic. An integrable module is stable under the twists by group elements. Our aim is to investigate cohomological obstructions for…

表示论 · 数学 2019-10-30 Dmitriy Rumynin , Matthew Westaway

We consider the problem of state selection for a stochastic system, initially in an unstable stationary state, when multiple metastable states compete for occupation. Using path-integral techniques we derive remarkably simple and accurate…

统计力学 · 物理学 2008-02-03 Martin B. Tarlie , Alan J. McKane

A new model of causal failure is presented and used to solve a novel replica placement problem in data centers. The model describes dependencies among system components as a directed graph. A replica placement is defined as a subset of…

数据结构与算法 · 计算机科学 2017-01-09 K. Alex Mills , R. Chandrasekaran , Neeraj Mittal

In this paper, we review existing points-to Separation Logics for dynamic memory reasoning and we find that different usages of heap separation tend to be an obstacle. Hence, two total and strict spatial heap operations are proposed upon…

计算机科学中的逻辑 · 计算机科学 2019-05-31 René Haberland , Kirill Krinkin

Availability analysis is used to assess the possible failures and their restoration process for a given system. This analysis involves the calculation of instantaneous and steady-state availabilities of the individual system components and…

计算机科学中的逻辑 · 计算机科学 2016-08-08 Waqar Ahmed , Osman Hasan

We consider the minimal k-grouping problem: given a graph G=(V,E) and a constant k, partition G into subgraphs of diameter no greater than k, such that the union of any two subgraphs has diameter greater than k. We give a silent…

分布式、并行与集群计算 · 计算机科学 2019-07-26 Ajoy K. Datta , Lawrence L. Larmore , Toshimitsu Masuzawa , Yuichi Sudo

We consider load scheduling on constrained continuous-time linear dynamical systems, such as automated irrigation and other distribution networks. The requested loads are rigid, i.e., the shapes cannot be changed. Hence, it is only possible…

最优化与控制 · 数学 2016-11-15 Farhad Farokhi , Michael Cantoni , Iman Shames

We consider the classic facility location problem in fully dynamic data streams, where elements can be both inserted and deleted. In this problem, one is interested in maintaining a stable and high quality solution throughout the data…

数据结构与算法 · 计算机科学 2022-10-26 Sayan Bhattacharya , Silvio Lattanzi , Nikos Parotsidis

We present a new connection between self-adjusting binary search trees (BSTs) and heaps, two fundamental, extensively studied, and practically relevant families of data structures. Roughly speaking, we map an arbitrary heap algorithm within…

数据结构与算法 · 计算机科学 2019-01-01 László Kozma , Thatchaphol Saranurak

Let $G$ be a connected reductive group acting on a complex vector space $V$ and projective space ${\mathbb P}V$. Let $x\in V$ and ${\cal H}\subseteq {\cal G}$ be the Lie algebra of its stabilizer. Our objective is to understand points…

表示论 · 数学 2022-01-04 Bharat Adsul , Milind Sohoni , K V Subrahmanyam

In the stable marriage problem, a set of men and a set of women are given, each of whom has a strictly ordered preference list over the acceptable agents in the opposite class. A matching is called stable if it is not blocked by any pair of…

离散数学 · 计算机科学 2019-07-25 Ágnes Cseh , Klaus Heeger

The unrivaled robustness of topologically ordered states of matter against perturbations has immediate applications in quantum computing and quantum metrology, yet their very existence poses a challenge to our understanding of phase…

强关联电子 · 物理学 2022-09-27 Amit Jamadagni , Hendrik Weimer

Operating envelope is an important concept in industrial operations. Accurate identification for operating envelope can be extremely beneficial to stakeholders as it provides a set of operational parameters that optimizes some key…

机器学习 · 计算机科学 2019-12-24 Qiyao Wang , Haiyan Wang , Chetan Gupta , Susumu Serita

Let us call a sequence of numbers heapable if they can be sequentially inserted to form a binary tree with the heap property, where each insertion subsequent to the first occurs at a leaf of the tree, i.e. below a previously placed number.…

数据结构与算法 · 计算机科学 2010-07-15 John Byers , Brent Heeringa , Michael Mitzenmacher , Georgios Zervas

Considering asynchronous shared memory systems in which any number of processes may crash, this work identifies and formally defines relaxations of queues and stacks that can be non-blocking or wait-free while being implemented using only…

分布式、并行与集群计算 · 计算机科学 2020-11-05 Armando Castañeda , Sergio Rajsbaum , Michel Raynal

A general procedure for constructing coherent states, which are eigenstates of annihilation operators, related to quantum mechanical potential problems, is presented. These coherent states, by construction are not potential specific and…

量子物理 · 物理学 2007-05-23 P. K. Panigrahi , T. Shreecharan , J. Banerji , V. Sundaram

A heap is a dynamic data structure that stores a set of labeled values under the following operations: pop returns the minimum value of the heap, Push($x_i$) pushes a new value $x_i$ onto the heap, and DecreaseKey($i$, $v$) decreases the…

数据结构与算法 · 计算机科学 2026-04-28 Ivor van der Hoog , John Iacono , Eva Rotenberg , Daniel Rutschmann

This work proposes a Prolog-dialect for the found and prioritised problems on expressibility and automation. Given some given C-like program, if dynamic memory is allocated, altered and freed on runtime, then a description of desired…

计算机科学中的逻辑 · 计算机科学 2021-04-06 René Haberland