中文
相关论文

相关论文: A Verified Cost Analysis of Joinable Red-Black Tre…

200 篇论文

Amortized analysis is a cost analysis technique for data structures in which cost is studied in aggregate: rather than considering the maximum cost of a single operation, one bounds the total cost encountered throughout a session.…

编程语言 · 计算机科学 2024-12-18 Harrison Grodin , Robert Harper

In this article we propose a boosting algorithm for regression with functional explanatory variables and scalar responses. The algorithm uses decision trees constructed with multiple projections as the "base-learners", which we call…

统计方法学 · 统计学 2023-04-07 Xiaomeng Ju , Matías Salibián-Barrera

We propose a model-based clustering algorithm for a general class of functional data for which the components could be curves or images. The random functional data realizations could be measured with error at discrete, and possibly random,…

机器学习 · 统计学 2022-03-14 Steven Golovkine , Nicolas Klutchnikoff , Valentin Patilea

The landscape of deep learning has vastly expanded the frontiers of source code analysis, particularly through the utilization of structural representations such as Abstract Syntax Trees (ASTs). While these methodologies have demonstrated…

机器学习 · 计算机科学 2024-06-18 Peter Samoaa , Mehrdad Farahani , Antonio Longa , Philipp Leitner , Morteza Haghir Chehreghani

Edge-labeled graphs are widely used to describe relationships between entities in a database. Given a query subgraph that represents an example of what the user is searching for, we study the problem of efficiently searching for similar…

数据库 · 计算机科学 2020-05-12 Zhaoyang Shao , Davood Rafiei , Themis Palpanas

In many data analysis pipelines, a basic and time-consuming process is to produce join results and feed them into downstream tasks. Numerous enumeration algorithms have been developed for this purpose. To be a statistically meaningful…

数据库 · 计算机科学 2025-07-02 Pengyu Chen , Zizheng Guo , Jianwei Yang , Dongjing Miao

A number of problems in parallel computing require reasoning about the dependency structure in parallel programs. For example, dynamic race detection relies on efficient "on-the-fly" determination of dependencies between sequential and…

分布式、并行与集群计算 · 计算机科学 2022-05-02 Sam Westrick , Larry Wang , Umut A. Acar

Verification planning is a sequential decision-making problem that specifies a set of verification activities (VA) and correction activities (CA) at different phases of system development. While VAs are used to identify errors and defects,…

软件工程 · 计算机科学 2022-04-05 Peng Xu , Xinwei Deng , Alejandro Salado

Containment-based trees encompass various handy structures such as B+-trees, R-trees and M-trees. They are widely used to build data indexes, range-queryable overlays, publish/subscribe systems both in centralized and distributed contexts.…

分布式、并行与集群计算 · 计算机科学 2012-12-17 Evangelos Bampas , Anissa Lamani , Franck Petit , Mathieu Valero

In an edge-colored graph, the cost incurred at a vertex on a path when two incident edges with different colors are traversed is called reload or changeover cost. The "Minimum Changeover Cost Arborescence" (MINCCA) problem consists in…

数据结构与算法 · 计算机科学 2016-05-03 Didem Gözüpek , Sibel Özkan , Christophe Paul , Ignasi Sau , Mordechai Shalom

We present a parallel algorithm that computes the ask and bid prices of an American option when proportional transaction costs apply to the trading of the underlying asset. The algorithm computes the prices on recombining binomial trees,…

分布式、并行与集群计算 · 计算机科学 2011-10-12 Nan Zhang , Alet Roux , Tomasz Zastawniak

A communication network can be modeled as a directed connected graph with edge weights that characterize performance metrics such as loss and delay. Network tomography aims to infer these edge weights from their pathwise versions measured…

最优化与控制 · 数学 2019-08-12 Mahmood Ettehad , Nick Duffield , Gregory Berkolaiko

We show that an algorithmic construction of sequences of recursive trees leads to a direct proof of the convergence of random recursive trees in an associated Doob-Martin compactification; it also gives a representation of the limit in…

概率论 · 数学 2014-07-01 Rudolf Grübel , Igor Michailow

Logic languages based on the theory of rational, possibly infinite, trees have much appeal in that rational trees allow for faster unification (due to the safe omission of the occurs-check) and increased expressivity (cyclic terms can…

编程语言 · 计算机科学 2007-05-23 Roberto Bagnara , Roberta Gori , Patricia M. Hill , Enea Zaffanella

Like most multiobjective combinatorial optimization problems, biobjective optimization problems on matroids are in general intractable and their corresponding decision problems are in general NP-hard. In this paper, we consider biobjective…

数据结构与算法 · 计算机科学 2022-03-15 Jochen Gorski , Kathrin Klamroth , Julia Sudhoff

Embeddings of graphs into distributions of trees that preserve distances in expectation are a cornerstone of many optimization algorithms. Unfortunately, online or dynamic algorithms which use these embeddings seem inherently randomized and…

数据结构与算法 · 计算机科学 2021-02-11 Bernhard Haeupler , D Ellis Hershkowitz , Goran Zuzic

Motion prediction and cost evaluation are vital components in the decision-making system of autonomous vehicles. However, existing methods often ignore the importance of cost learning and treat them as separate modules. In this study, we…

机器人学 · 计算机科学 2024-02-27 Zhiyu Huang , Peter Karkus , Boris Ivanovic , Yuxiao Chen , Marco Pavone , Chen Lv

In this work we prove decidability of the model-checking problem for safe recursion schemes against properties defined by alternating B-automata. We then exploit this result to show how to compute downward closures of languages of finite…

形式语言与自动机理论 · 计算机科学 2024-02-14 David Barozzini , Lorenzo Clemente , Thomas Colcombet , Paweł Parys

This paper details a data structure for managing and scheduling requests for computing resources of clusters and virtualised infrastructure such as private clouds. The data structure uses a red-black tree whose nodes represent the start…

数据结构与算法 · 计算机科学 2015-04-06 Marcos Dias de Assuncao

We study the first-order model checking problem on two generalisations of pushdown graphs. The first class is the class of nested pushdown trees. The other is the class of collapsible pushdown graphs. Our main results are the following.…

逻辑 · 数学 2012-02-02 Alexander Kartzow