中文
相关论文

相关论文: On Rotation Distance of Rank Bounded Trees

200 篇论文

As well known the rotation distance D(S,T) between two binary trees S, T of n vertices is the minimum number of rotations of pairs of vertices to transform S into T. We introduce the new operation of chain rotation on a tree, involving two…

数据结构与算法 · 计算机科学 2012-04-27 Fabrizio Luccio , Linda Pagli

It is an open question whether there exists a polynomial-time algorithm for computing the rotation distances between pairs of extended ordered binary trees. The problem of computing the rotation distance between an arbitrary pair of trees,…

数据结构与算法 · 计算机科学 2020-01-20 Sean Cleary , Roland Maio

Rotation distance between rooted binary trees measures the number of simple operations it takes to transform one tree into another. There are no known polynomial-time algorithms for computing rotation distance. We give an efficient,…

数据结构与算法 · 计算机科学 2018-03-19 Sean Cleary , Katherine St. John

Tree rotations (left and right) are basic local deformations allowing to transform between two unlabeled binary trees of the same size. Hence, there is a natural problem of practically finding such transformation path with low number of…

数据结构与算法 · 计算机科学 2016-10-20 Jarek Duda

Rotation distances measure the differences in structure between rooted ordered binary trees. The one-dimensional skeleta of associahedra are rotation graphs, where two vertices representing trees are connected by an edge if they differ by a…

数据结构与算法 · 计算机科学 2020-06-29 Sean Cleary , Haris Nadeem

Rotation distance measures the difference in shape between binary trees of the same size by counting the minimum number of rotations needed to transform one tree to the other. We describe several types of rotation distance where…

群论 · 数学 2018-03-19 Sean Cleary , Jennifer Taback

Rotation distance between trees measures the number of simple operations it takes to transform one tree into another. There are no known polynomial-time algorithms for computing rotation distance. In the case of ordered rooted trees, we…

数据结构与算法 · 计算机科学 2018-03-19 Sean Cleary , Katherine St. John

Rotation distance between rooted binary trees is the minimum number of simple rotations needed to transform one tree into the other. Computing the rotation distance between a pair of rooted trees can be quickly reduced in cases where there…

数据结构与算法 · 计算机科学 2020-03-05 Sean Cleary , Roland Maio

We develop combinatorial methods for computing the rotation distance between binary trees, i.e., equivalently, the flip distance between triangulations of a polygon. As an application, we prove that, for each n, there exist size n trees at…

组合数学 · 数学 2009-01-19 Patrick Dehornoy

Kondo et al. (DS 2014) proposed methods for computing distances between unordered rooted trees by transforming an instance of the distance computing problem into an instance of the integer programming problem. They showed that the tree edit…

数据结构与算法 · 计算机科学 2017-06-13 Eunpyeong Hong , Yasuaki Kobayashi , Akihiro Yamamoto

The tree edit distance is a natural dissimilarity measure between rooted ordered trees whose nodes are labeled over an alphabet $\Sigma$. It is defined as the minimum number of node edits (insertions, deletions, and relabelings) required to…

数据结构与算法 · 计算机科学 2025-07-04 Tomasz Kociumaka , Ali Shahali

The tree edit distance problem is a natural generalization of the classic string edit distance problem. Given two ordered, edge-labeled trees $T_1$ and $T_2$, the edit distance between $T_1$ and $T_2$ is defined as the minimum total cost of…

数据结构与算法 · 计算机科学 2023-09-13 Krzysztof Pióro

Splay trees are a simple and efficient dynamic data structure, invented by Sleator and Tarjan. The basic primitive for transforming a binary tree in this scheme is a rotation. Sleator, Tarjan, and Thurston proved that the maximum rotation…

离散数学 · 计算机科学 2024-09-27 Claire Mathieu , William Thurston

Computing the edit distance of two strings is one of the most basic problems in computer science and combinatorial optimization. Tree edit distance is a natural generalization of edit distance in which the task is to compute a measure of…

数据结构与算法 · 计算机科学 2022-09-16 Debarati Das , Jacob Gilbert , MohammadTaghi Hajiaghayi , Tomasz Kociumaka , Barna Saha , Hamed Saleh

Tree edit distance is a well-studied measure of dissimilarity between rooted trees with node labels. It can be computed in $O(n^3)$ time [Demaine, Mozes, Rossman, and Weimann, ICALP 2007], and fine-grained hardness results suggest that the…

数据结构与算法 · 计算机科学 2021-06-11 Shyan Akmal , Ce Jin

The mutational heterogeneity of tumours can be described with a tree representing the evolutionary history of the tumour. With noisy sequencing data there may be uncertainty in the inferred tree structure, while we may also wish to study…

计算复杂性 · 计算机科学 2025-01-14 Luís Cunha , Jack Kuipers , Thiago Lopes

The last decade brought a significant increase in the amount of data and a variety of new inference methods for reconstructing the detailed evolutionary history of various cancers. This brings the need of designing efficient procedures for…

数据结构与算法 · 计算机科学 2020-04-30 Giulia Bernardini , Paola Bonizzoni , Paweł Gawrychowski

Ranked tree-child networks are a recently introduced class of rooted phylogenetic networks in which the evolutionary events represented by the network are ordered so as to respect the flow of time. This class includes the well-studied…

种群与进化 · 定量生物学 2024-10-15 Vincent Moulton , Andreas Spillner

An important problem in geometric computing is defining and computing similarity between two geometric shapes, e.g. point sets, curves and surfaces, etc. Important geometric and topological information of many shapes can be captured by…

计算几何 · 计算机科学 2015-08-17 Hangjun Xu

Given two binary trees on $N$ labeled leaves, the quartet distance between the trees is the number of disagreeing quartets. By permuting the leaves at random, the expected quartets distance between the two trees is…

组合数学 · 数学 2021-01-01 Benny Chor , Péter L. Erdős , Yonatan Komornik
‹ 上一页 1 2 3 10 下一页 ›