中文
相关论文

相关论文: Static Data Structure for Discrete Advance Bandwid…

200 篇论文

We introduce the lazy search tree data structure. The lazy search tree is a comparison-based data structure on the pointer machine that supports order-based operations such as rank, select, membership, predecessor, successor, minimum, and…

数据结构与算法 · 计算机科学 2020-10-20 Bryce Sandlund , Sebastian Wild

In the recent research of data mining, frequent structures in a sequence of graphs have been studied intensively, and one of the main concern is changing structures along a sequence of graphs that can capture dynamic properties of data. On…

数据结构与算法 · 计算机科学 2012-06-28 Takeaki Uno , Yushi Uno

We propose a data structure that stores, in a compressed way, object trajectories, which at the same time, allow to efficiently response queries without the need to decompress the data. We use a data structure, called $k^{2}$-tree, to store…

数据结构与算法 · 计算机科学 2016-11-18 Guillermo de Bernardo , Ramón Casares , Adrián Gómez-Brandón , José R. Paramá

Resource reservation is a fundamental mechanism for ensuring quality of service in time-sensitive networks, which can be decentralized by using reservation protocols. In the Ethernet technology Time-Sensitive Networking, this has been…

网络与互联网体系结构 · 计算机科学 2023-11-09 Lisa Maile , Dominik Voitlein , Alexej Grigorjew , Kai-Steffen J. Hielscher , Reinhard German

In this paper, we resolve a long-standing question in self-stabilization by demonstrating that it is indeed possible to construct a spanning tree in a semi-uniform network using constant memory per node. We introduce a self-stabilizing…

分布式、并行与集群计算 · 计算机科学 2025-05-13 Lélia Blin , Franck Petit , Sébastien Tixeuil

Tree structures are very often used data structures. Among ordered types of trees there are many variants whose basic operations such as insert, delete, search, delete-min are characterized by logarithmic time complexity. In the article I…

数据结构与算法 · 计算机科学 2007-08-23 David S. Planeta

We give the first data structure for the problem of maintaining a dynamic set of n elements drawn from a partially ordered universe described by a tree. We define the Line-Leaf Tree, a linear-sized data structure that supports the…

数据结构与算法 · 计算机科学 2011-05-03 Brent Heeringa , Marius Catalin Iordan , Louis Theran

Data structures used in software development have inbuilt redundancy to improve software reliability and to speed up performance. Examples include a Doubly Linked List which allows a faster deletion due to the presence of the previous…

数据库 · 计算机科学 2025-08-05 Pratyush Mahapatra , Mark D. Hill , Michael M. Swift

Dynamic or temporal networks enable representation of time-varying edges between nodes. Conventional adjacency-based data structures used for storing networks such as adjacency lists were designed without incorporating time and can thus…

社会与信息网络 · 计算机科学 2022-06-24 Tanner Hilsabeck , Makan Arastuie , Kevin S. Xu

Reservoir computing (RC) offers efficient temporal data processing with a low training cost by separating recurrent neural networks into a fixed network with recurrent connections and a trainable linear network. The quality of the fixed…

新兴技术 · 计算机科学 2021-05-17 John Moon , Wei D. Lu

Residual radio resources are abundant in wireless networks due to dynamic traffic load, which can be exploited to support high throughput for serving non-real-time (NRT) traffic. In this paper, we investigate how to achieve this by resource…

信息论 · 计算机科学 2018-03-29 Jia Guo , Chuting Yao , Chenyang Yang , Zixiang Xiong

Reservoir computing is a well-established approach for processing data with a much lower complexity compared to traditional neural networks. Despite two decades of experimental progress, the core properties of reservoir computing (namely…

最优化与控制 · 数学 2026-03-20 Anh-Tuan Clabaut , Jean Auriol , Islam Boussaada , Guilherme Mazanti

In this paper, we consider several efficient data structures for the problem of sampling from a dynamically changing discrete probability distribution, where some prior information is known on the distribution of the rates, in particular…

计算工程、金融与科学 · 计算机科学 2021-10-13 Federico D'Ambrosio , Hans L. Bodlaender , Gerard T. Barkema

Skip graphs are a novel distributed data structure, based on skip lists, that provide the full functionality of a balanced tree in a distributed system where resources are stored in separate nodes that may fail at any time. They are…

数据结构与算法 · 计算机科学 2007-05-23 James Aspnes , Gauri Shah

A retrieval data structure stores a static function f : S -> {0,1}^r . For all x in S, it returns the r-bit value f(x), while for other inputs it may return an arbitrary result. The structure cannot answer membership queries, so it does not…

数据结构与算法 · 计算机科学 2024-11-20 Matthias Becht , Hans-Peter Lehmann , Peter Sanders

We present a distributed data structure, which we call the rainbow skip graph. To our knowledge, this is the first peer-to-peer data structure that simultaneously achieves high fault tolerance, constant-sized nodes, and fast update and…

数据结构与算法 · 计算机科学 2009-05-15 Michael T. Goodrich , Michael J. Nelson , Jonathan Z. Sun

We consider a discrete-time system comprising a first-come-first-served queue, a non-preemptive server, and a stationary non-work-conserving scheduler. New tasks enter the queue according to a Bernoulli process with a pre-specified arrival…

应用统计 · 统计学 2020-08-05 Michael Lin , Nuno C. Martins , Richard J. La

We present a new oblivious RAM that supports variable-sized storage blocks (vORAM), which is the first ORAM to allow varying block sizes without trivial padding. We also present a new history-independent data structure (a HIRB tree) that…

密码学与安全 · 计算机科学 2015-11-23 Daniel S. Roche , Adam J. Aviv , Seung Geol Choi

Retrieval data structures are data structures that answer key-value queries without paying the space overhead of explicitly storing keys. The problem can be formulated in four settings (static, value-dynamic, incremental, or dynamic), each…

数据结构与算法 · 计算机科学 2024-10-25 William Kuszmaul , Aaron Putterman , Tingqiang Xu , Hangrui Zhou , Renfei Zhou

We consider the problem of distributed lossy linear function computation in a tree network. We examine two cases: (i) data aggregation (only one sink node computes) and (ii) consensus (all nodes compute the same function). By quantifying…

信息论 · 计算机科学 2017-01-16 Yaoqing Yang , Pulkit Grover , Soummya Kar