中文
相关论文

相关论文: Edit Distance between Unlabeled Ordered Trees

200 篇论文

We study the problem of approximating the edit distance of two strings in sublinear time, in a setting where one or both string(s) are preprocessed, as initiated by Goldenberg, Rubinstein, Saha (STOC '20). Specifically, in the $(k, K)$-gap…

数据结构与算法 · 计算机科学 2022-10-13 Karl Bringmann , Alejandro Cassis , Nick Fischer , Vasileios Nakos

The edit distance is a metric of dissimilarity between strings, widely applied in computational biology, speech recognition, and machine learning. Let $e_k(n)$ denote the average edit distance between random, independent strings of $n$…

形式语言与自动机理论 · 计算机科学 2024-04-09 Gianfranco Bilardi , Michele Schimd

We study the local limit of the fixed-point forest, a tree structure associated to a simple sorting algorithm on permutations. This local limit can be viewed as an infinite random tree that can be constructed from a Poisson point process…

概率论 · 数学 2023-06-22 Samuel Regan , Erik Slivken

The quartet distance is a measure of similarity used to compare two unrooted phylogenetic trees on the same set of $n$ leaves, defined as the number of subsets of four leaves related by a different topology in both trees. After a series of…

数据结构与算法 · 计算机科学 2020-12-03 Bartłomiej Dudek , Paweł Gawrychowski

We consider the well-studied problem of finding a spanning tree with minimum average distance between vertex pairs (called a MAD tree). This is a classic network design problem which is known to be NP-hard. While approximation algorithms…

数据结构与算法 · 计算机科学 2026-04-01 Tom-Lukas Breitkopf , Vincent Froese , Anton Herrmann , André Nichterlein , Camille Richer

In a previous work, B\'ona and Pantone studied permutations that avoided all but one pattern of length $k$ that began with a length $k-1$ increasing subsequence. We draw the connection between that idea and distant patterns, first discussed…

组合数学 · 数学 2025-11-27 Nicholas Van Nimwegen

Solving the first nonmonotonic, longer-than-three instance of a classic enumeration problem, we obtain the generating function $H(x)$ of all 1342-avoiding permutations of length $n$ as well as an {\em exact} formula for their number…

组合数学 · 数学 2016-09-07 Miklós Bóna

It is known that the size of the largest common subtree (i.e., the maximum agreement subtree) of two independent random binary trees with $n$ given labeled leaves is of order between $n^{0.366}$ and $n^{1/2}$. We improve the lower bound to…

概率论 · 数学 2023-02-06 Ali Khezeli

Sorting by reversals is an important problem in inferring the evolutionary relationship between two genomes. The problem of sorting unsigned permutation has been proven to be NP-hard. The best guaranteed error bounded is the 3/2-…

人工智能 · 计算机科学 2007-05-23 Andy AuYeung , Ajith Abraham

In this paper, we compute the distribution of the first letter statistic on nine avoidance classes of permutations corresponding to two pairs of patterns of length four. In particular, we show that the distribution is the same for each…

组合数学 · 数学 2021-04-12 Toufik Mansour , Mark Shattuck

The path-difference metric is one of the oldest distances for the comparison of fully resolved phylogenetic trees, but its statistical properties are still quite unknown. In this paper we compute the mean value of the square of the…

种群与进化 · 定量生物学 2009-06-16 Arnau Mir , Francesc Rossello

Geometric graphs appear in many real-world data sets, such as road networks, sensor networks, and molecules. We investigate the notion of distance between embedded graphs and present a metric to measure the distance between two geometric…

数据结构与算法 · 计算机科学 2024-07-15 Erin Wolf Chambers , Elizabeth Munch , Sarah Percival , Xinyi Wang

The Ulam distance of two permutations on $[n]$ is $n$ minus the length of their longest common subsequence. In this paper, we show that for every $\varepsilon>0$, there exists some $\alpha>0$, and an infinite set $\Gamma\subseteq…

信息论 · 计算机科学 2024-05-14 Elazar Goldenberg , Mursalin Habib , Karthik C. S

The edit distance is a way of quantifying how similar two strings are to one another by counting the minimum number of character insertions, deletions, and substitutions required to transform one string into the other. A simple dynamic…

计算复杂性 · 计算机科学 2019-10-03 Elazar Goldenberg , Robert Krauthgamer , Barna Saha

Let $T$ be an $n$-node tree of maximum degree 4, and let $P$ be a set of $n$ points in the plane with no two points on the same horizontal or vertical line. It is an open question whether $T$ always has a planar drawing on $P$ such that…

计算几何 · 计算机科学 2017-09-06 Therese Biedl , Timothy M. Chan , Martin Derka , Kshitij Jain , Anna Lubiw

We describe a kernel of size 9k-8 for the NP-hard problem of computing the Tree Bisection and Reconnect (TBR) distance k between two unrooted binary phylogenetic trees. We achieve this by extending the existing portfolio of reduction rules…

数据结构与算法 · 计算机科学 2022-09-21 Steven Kelk , Simone Linz , Ruben Meuwese

Sorting and ranking supervision is a method for training neural networks end-to-end based on ordering constraints. That is, the ground truth order of sets of samples is known, while their absolute values remain unsupervised. For that, we…

机器学习 · 计算机科学 2021-07-15 Felix Petersen , Christian Borgelt , Hilde Kuehne , Oliver Deussen

A bijection between ternary trees with $n$ nodes and a subclass of Motzkin paths of length $3n$ is given. This bijection can then be generalized to $t$-ary trees.

组合数学 · 数学 2018-08-17 Helmut Prodinger , Sarah J. Selkirk

We present a deterministic comparison-based algorithm that sorts sequences avoiding a fixed permutation $\pi$ in linear time, even if $\pi$ is a priori unkown. Moreover, the dependence of the multiplicative constant on the pattern $\pi$…

数据结构与算法 · 计算机科学 2024-09-13 Michal Opler

In Pattern Matching with Weighted Edits (PMWED), we are given a pattern $P$ of length $m$, a text $T$ of length $n$, a positive threshold $k$, and oracle access to a weight function that specifies the costs of edits (depending on the…

数据结构与算法 · 计算机科学 2025-10-21 Panagiotis Charalampopoulos , Tomasz Kociumaka , Philip Wellnitz