Algorithmica最新文献

筛选
英文 中文
The SLO Hierarchy of Pseudo-Boolean Functions and Runtime of Evolutionary Algorithms 伪布尔函数的SLO层次结构与进化算法的运行时间。
IF 0.7 4区 计算机科学
Algorithmica Pub Date : 2026-03-24 DOI: 10.1007/s00453-025-01359-z
Duc-Cuong Dang, Per Kristian Lehre
{"title":"The SLO Hierarchy of Pseudo-Boolean Functions and Runtime of Evolutionary Algorithms","authors":"Duc-Cuong Dang,&nbsp;Per Kristian Lehre","doi":"10.1007/s00453-025-01359-z","DOIUrl":"10.1007/s00453-025-01359-z","url":null,"abstract":"<div><p>While some common fitness landscape characteristics are critical when determining the runtime of evolutionary algorithms (EAs), the relationship between fitness landscape structure and the runtime of EAs is poorly understood. Recently, Dang, Eremeev, and Lehre introduced a classification of pseudo-Boolean problems showing that “sparsity” of local optima and the “density” of fitness valleys can be crucial characteristics when determining the runtime of EAs Dang et al. (in Proceedings of the Genetic and Evolutionary Computation Conference. Association for Computing Machinery, New York, NY, USA, GECCO’21, pp 1133–1141, https://doi.org/10.1145/3449639.3459398, 2021c). However, their approach could only classify some classes of pseudo-Boolean functions and thus defined an incomplete hierarchy. We generalise the previous work to a complete hierarchy for all pseudo-Boolean functions, denoted <span>Slo</span><span>(^alpha _{varepsilon ,r})</span>. The hierarchy is consistent with existing results for the runtime of EAs. The easiest problems are in <span>Slo</span><span>(^{alpha }_{varepsilon })</span> for <span>(alpha =1)</span> and <span>(varepsilon =0)</span>. As we increase <span>(varepsilon )</span> and decrease <span>(alpha )</span>, the function class contains more interesting functions, including instances of hard combinatorial optimisation problems and problems perturbed by static noise. For <span>(alpha =O(1/n))</span> and <span>(varepsilon =1,)</span> the problem class contains every problem, including problems closed under permutation (No Free Lunch). Problem classes where local optima sparsity exceed fitness valley density are shown to have exponential black-box complexity. We also study how random perturbations of a function can change its classification. E.g., randomly perturbing search points in <span>OneMax</span> with constant probability leads to a problem class that can still be optimised efficiently with appropriately tuned non-elitist EAs.</p></div>","PeriodicalId":50824,"journal":{"name":"Algorithmica","volume":"88 2","pages":""},"PeriodicalIF":0.7,"publicationDate":"2026-03-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC13013112/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147522531","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Shortest Two Disjoint Paths in Conservative Graphs 保守图中最短的两条不相交路径
IF 0.7 4区 计算机科学
Algorithmica Pub Date : 2026-03-21 DOI: 10.1007/s00453-026-01375-7
Ildikó Schlotter
{"title":"Shortest Two Disjoint Paths in Conservative Graphs","authors":"Ildikó Schlotter","doi":"10.1007/s00453-026-01375-7","DOIUrl":"10.1007/s00453-026-01375-7","url":null,"abstract":"<div><p>We consider the following problem that we call the <span>Shortest Two Disjoint Paths</span> problem: given an undirected graph <span>(G=(V,E))</span> with edge weight function <span>({w:Erightarrow mathbb {R}})</span>, two terminals <i>s</i> and <i>t</i> in <i>G</i>, find two internally vertex-disjoint paths between <i>s</i> and <i>t</i> with minimum total weight. As shown recently by Schlotter and Sebő (2022), this problem becomes <span>(textsf{NP})</span>-hard if edges can have negative weights, even if the weight function is conservative, i.e., there are no cycles in <i>G</i> with negative total weight. We propose a polynomial-time algorithm that solves the <span>Shortest Two Disjoint Paths</span> problem for conservative weights in the case when the negative-weight edges form a constant number of trees in <i>G</i>.</p></div>","PeriodicalId":50824,"journal":{"name":"Algorithmica","volume":"88 2","pages":""},"PeriodicalIF":0.7,"publicationDate":"2026-03-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s00453-026-01375-7.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147561240","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Max-Utility Matchings with Popularity via Critical Vertices 通过关键顶点与人气的最大效用匹配
IF 0.7 4区 计算机科学
Algorithmica Pub Date : 2026-03-19 DOI: 10.1007/s00453-025-01347-3
Telikepalli Kavitha
{"title":"Max-Utility Matchings with Popularity via Critical Vertices","authors":"Telikepalli Kavitha","doi":"10.1007/s00453-025-01347-3","DOIUrl":"10.1007/s00453-025-01347-3","url":null,"abstract":"<div><p>Let <i>G</i> be a bipartite graph where every vertex has a strict preference order over its neighbors. The preferences of a vertex over its neighbors extend naturally to preferences over matchings. A matching <i>N</i> is more <i>popular</i> than matching <i>M</i> if the vertices that prefer <i>N</i> to <i>M</i> outnumber those that prefer <i>M</i> to <i>N</i>. A matching <i>M</i> is popular if there is no matching more popular than <i>M</i>. Every stable matching is popular, thus popular matchings always exist in <i>G</i> and can be efficiently computed. We consider the following problem: edges in <i>G</i> have utilities and it is only max-utility matchings that are relevant. Our goal is to find a <i>popular max-utility matching</i>, i.e., a max-utility matching <i>M</i> such that there is no max-utility matching more popular than <i>M</i>. We show there always exists a popular max-utility matching; furthermore, such a matching can be efficiently computed. The popular <i>critical</i> matching algorithm is the key subroutine in our algorithm. Given a set of prioritized or critical vertices in <i>G</i>, we are interested in only those matchings that match as many critical vertices as possible. We call such matchings “critical” and seek a <i>popular critical matching</i>, i.e., a critical matching <i>M</i> such that there is no critical matching more popular than <i>M</i>. We show popular critical matchings always exist in <i>G</i> and a min-size/max-size such matching can be efficiently computed. We focus on max-size critical matchings and show a compact extended formulation for the <i>popular max-critical</i> matching polytope, i.e., the polytope of max-size critical matchings that are popular within the set of all max-size critical matchings. Thus we can efficiently solve linear optimization problems over the set of popular max-size critical matchings.</p></div>","PeriodicalId":50824,"journal":{"name":"Algorithmica","volume":"88 2","pages":""},"PeriodicalIF":0.7,"publicationDate":"2026-03-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s00453-025-01347-3.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147560418","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Testing Isomorphism of Chordal Graphs of Bounded Leafage is Fixed-Parameter Tractable 有界叶弦图的同构检验是固定参数可处理的
IF 0.7 4区 计算机科学
Algorithmica Pub Date : 2026-03-17 DOI: 10.1007/s00453-026-01374-8
Vikraman Arvind, Roman Nedela, Ilia Ponomarenko, Peter Zeman
{"title":"Testing Isomorphism of Chordal Graphs of Bounded Leafage is Fixed-Parameter Tractable","authors":"Vikraman Arvind,&nbsp;Roman Nedela,&nbsp;Ilia Ponomarenko,&nbsp;Peter Zeman","doi":"10.1007/s00453-026-01374-8","DOIUrl":"10.1007/s00453-026-01374-8","url":null,"abstract":"<div><p>The computational complexity of the graph isomorphism problem is considered to be a major open problem in theoretical computer science. It is known that testing isomorphism of chordal graphs is polynomial-time equivalent to the general graph isomorphism problem. Every chordal graph can be represented as the intersection graph of some subtrees of a representing tree, and the leafage of a chordal graph is defined to be the minimum number of leaves in a representing tree for it. We prove that chordal graph isomorphism is fixed parameter tractable with leafage as parameter. In the process, we introduce the problem of isomorphism testing for higher-order hypergraphs and show that finding the automorphism group of an order-<span>({k})</span> hypergraph of size <i>s</i> with vertex color classes of size at most <i>b</i> can be done in time <span>((b!,s)^{O(k)})</span>.</p></div>","PeriodicalId":50824,"journal":{"name":"Algorithmica","volume":"88 2","pages":""},"PeriodicalIF":0.7,"publicationDate":"2026-03-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147560088","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Delaunay-Like Triangulation of Smooth Orientable Submanifolds by (ell _1)-Norm Minimization 光滑可定向子流形的类delaunay三角剖分(ell _1) -范数最小化
IF 0.7 4区 计算机科学
Algorithmica Pub Date : 2026-03-10 DOI: 10.1007/s00453-025-01367-z
Dominique Attali, André Lieutier
{"title":"Delaunay-Like Triangulation of Smooth Orientable Submanifolds by (ell _1)-Norm Minimization","authors":"Dominique Attali,&nbsp;André Lieutier","doi":"10.1007/s00453-025-01367-z","DOIUrl":"10.1007/s00453-025-01367-z","url":null,"abstract":"<div>\u0000 \u0000 <p>In this paper, we study the shape reconstruction problem, when the shape we wish to reconstruct is an orientable smooth <i>d</i>-dimensional submanifold of the Euclidean space. Assuming we have as input a simplicial complex <i>K</i> that approximates the submanifold (such as the Čech complex or the Rips complex), we recast the problem of reconstructing the submanifold from <i>K</i> as an <span>(ell _1)</span>-norm minimization problem in which the optimization variable is a <i>d</i>-chain of <i>K</i> over the field <span>(mathbb {R})</span>. Providing that <i>K</i>, satisfies certain reasonable conditions, we prove that the considered minimization problem has a unique solution which triangulates the submanifold and coincides with the flat Delaunay complex introduced and studied in a companion paper (Attali and Lieutier in Flat Delaunay complexes for homeomorphic manifold reconstruction, 2022). Since the objective is a weighted <span>(ell _1)</span>-norm and the constraints are linear, the triangulation process can thus be implemented by linear programming.</p>\u0000 </div>","PeriodicalId":50824,"journal":{"name":"Algorithmica","volume":"88 2","pages":""},"PeriodicalIF":0.7,"publicationDate":"2026-03-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147441009","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
The Voronoi Diagram of Rotating Rays with Applications to Floodlight Illumination 旋转光线的Voronoi图及其在泛光灯照明中的应用
IF 0.7 4区 计算机科学
Algorithmica Pub Date : 2026-03-09 DOI: 10.1007/s00453-025-01368-y
Carlos Alegría, Ioannis Mantas, Evanthia Papadopoulou, Marko Savić, Carlos Seara, Martin Suderland
{"title":"The Voronoi Diagram of Rotating Rays with Applications to Floodlight Illumination","authors":"Carlos Alegría,&nbsp;Ioannis Mantas,&nbsp;Evanthia Papadopoulou,&nbsp;Marko Savić,&nbsp;Carlos Seara,&nbsp;Martin Suderland","doi":"10.1007/s00453-025-01368-y","DOIUrl":"10.1007/s00453-025-01368-y","url":null,"abstract":"<div><p>We study the <i>Voronoi Diagram of Rotating Rays</i>, a Voronoi structure where the input sites are rays and the distance function between a point and a site/ray is their counterclockwise angular distance. This novel Voronoi diagram is motivated by illumination and coverage problems, where a domain must be covered by floodlights, which are wedges of uniform angle, and the goal is to find the minimum angle necessary to cover the domain. This angle is called the <i>Brocard angle</i> and it is encoded in the Voronoi diagram of rotating rays. We study the diagram in the plane and present its structural properties, its combinatorial complexity bounds, and a construction algorithm. If the rays are induced by a convex polygon, we show how to construct the rotating rays Voronoi diagram within the polygon in optimal linear time. We can thus compute the Brocard angle of the polygon in the same time. Floodlights are used to model devices with limited sensing range, like surveillance cameras or directional antennas. In this context, the Brocard angle reveals the minimum range necessary for a set of devices to cover a domain.</p></div>","PeriodicalId":50824,"journal":{"name":"Algorithmica","volume":"88 2","pages":""},"PeriodicalIF":0.7,"publicationDate":"2026-03-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147440936","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Bipartite Independent Set Reconfiguration: General and RNA-Inspired Parameterized Algorithms 二部独立集重构:一般和rna启发的参数化算法
IF 0.7 4区 计算机科学
Algorithmica Pub Date : 2026-03-05 DOI: 10.1007/s00453-026-01371-x
Théo Boury, Laurent Bulteau, Bertrand Marchand, Yann Ponty
{"title":"Bipartite Independent Set Reconfiguration: General and RNA-Inspired Parameterized Algorithms","authors":"Théo Boury,&nbsp;Laurent Bulteau,&nbsp;Bertrand Marchand,&nbsp;Yann Ponty","doi":"10.1007/s00453-026-01371-x","DOIUrl":"10.1007/s00453-026-01371-x","url":null,"abstract":"<div><p>Computing the energy barrier between RNA structures is a classic NP-hard problem in bioinformatics, of which the Independent Set (IS) reconfiguration in bipartite graphs represents a natural generalization. Parameterized algorithms, based on parameters taking limited or bounded values on biological instances, are thus crucial towards practical solutions. In this work, we show that bipartite IS reconfiguration is slice-wise Polynomial (XP) solvable for both the range <span>(rho )</span> of IS sizes allowed along the reconfiguration, and the arboricity <span>(Phi )</span> when the input is restricted to a circle graph. Such a setting is relevant to Bioinformatics as it provides a solution to the RNA energy barrier problem. We propose algorithms based on a divide-and-conquer approach, yielding a <span>(Oleft( n^{2}right) )</span>-space, <span>(Oleft( n^{2rho +2.5}right) )</span>-time algorithm for the range <span>(rho )</span>, and a <span>(Oleft( n^{Phi + 2}right) )</span>-space, <span>(Oleft( n^{Phi +3}right) )</span>-time algorithm for the arboricity <span>(Phi )</span>. We demonstrate the practicality of our algorithms on benchmarks respectively consisting of random Erdös-Rényi bipartite graphs, random pairs of RNA structures and experimentally-supported instances of RNA kinetics.</p></div>","PeriodicalId":50824,"journal":{"name":"Algorithmica","volume":"88 2","pages":""},"PeriodicalIF":0.7,"publicationDate":"2026-03-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147362760","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
The Telephone k-Multicast Problem 电话k-多播问题
IF 0.7 4区 计算机科学
Algorithmica Pub Date : 2026-03-02 DOI: 10.1007/s00453-026-01377-5
Daniel Hathcock, Guy Kortsarz, R. Ravi
{"title":"The Telephone k-Multicast Problem","authors":"Daniel Hathcock,&nbsp;Guy Kortsarz,&nbsp;R. Ravi","doi":"10.1007/s00453-026-01377-5","DOIUrl":"10.1007/s00453-026-01377-5","url":null,"abstract":"<div><p>We consider minimum time multicasting problems in directed and undirected graphs: given a root node and a subset of <i>t</i> terminal nodes, multicasting seeks to find the minimum number of rounds within which all terminals can be informed with a message originating at the root. In each round, the telephone model we study allows the information to move via a matching from the informed nodes to the uninformed nodes. Since minimum time multicasting in digraphs is poorly understood compared to the undirected variant, we study an intermediate problem in undirected graphs that specifies a target <span>(k &lt; t)</span>, and requires that only <i>k</i> of the terminals be informed in the minimum number of rounds. For this problem, we improve the implications of the previous results and obtain a multiplicative approximation factor of <span>(tilde{O}(t^{1/3}))</span>. For the directed version, we obtain an <i>additive</i> <span>(tilde{O}(k^{1/2}))</span> approximation algorithm (with a polylogarithmic multiplicative factor). Our algorithms are based on reductions to the related problems of finding <i>k</i>-trees of minimum poise (sum of maximum degree and diameter) and applying a combination of greedy network decomposition techniques and set covering under partition matroid constraints. We also study the problem of bounded degree Directed Steiner Tree, for which we obtain improved polylogarithmic approximations for the special case of bounded treewidth graphs. This extends prior work on the Group Steiner Tree problem.</p></div>","PeriodicalId":50824,"journal":{"name":"Algorithmica","volume":"88 2","pages":""},"PeriodicalIF":0.7,"publicationDate":"2026-03-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s00453-026-01377-5.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147336138","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Graph Exploration: The Impact of a Distance Constraint 图探索:距离约束的影响
IF 0.7 4区 计算机科学
Algorithmica Pub Date : 2026-02-28 DOI: 10.1007/s00453-026-01378-4
Stéphane Devismes, Yoann Dieudonné, Arnaud Labourel
{"title":"Graph Exploration: The Impact of a Distance Constraint","authors":"Stéphane Devismes,&nbsp;Yoann Dieudonné,&nbsp;Arnaud Labourel","doi":"10.1007/s00453-026-01378-4","DOIUrl":"10.1007/s00453-026-01378-4","url":null,"abstract":"<div><p>A mobile agent, starting from a node <i>s</i> of a simple undirected graph <span>(G=(V,E))</span>, has to explore all nodes and edges of <i>G</i>. To do so, the agent uses a deterministic algorithm that allows it to gain information on <i>G</i> as it traverses its edges. During its exploration, the agent must always respect the constraint of knowing a path of length at most <i>D</i> to go back to node <i>s</i>. The upper bound <i>D</i> is fixed as being equal to <span>((1+alpha )r)</span>, where <i>r</i> is the eccentricity of node <i>s</i> and <span>(alpha )</span> is any positive real constant. This task has been introduced by Duncan et al. (ACM Trans Algorithms 2(3):380–402, 2006) and is known as <i>distance-constrained exploration</i>. The <i>penalty</i> of an exploration algorithm running in <i>G</i> is the number of edge traversals made by the agent in excess of |<i>E</i>|. In Panaite and Pelc (J Algorithms 33(2):281–295, 1999), Panaite and Pelc gave an algorithm for solving exploration without any constraint on the moves that is guaranteed to work in every graph <i>G</i> with a (small) penalty in <span>(mathcal {O}(|V|))</span>. <i>Can we obtain a distance-constrained exploration algorithm with the same guarantee?</i> In this paper, we provide a negative answer to this question. We also observe that an algorithm working in every graph <i>G</i> with a linear penalty in |<i>V</i>| cannot be obtained for the task of <i>fuel-constrained exploration</i>, another variant studied in the literature. This solves an open problem posed by Duncan et al. (ACM Trans Algorithms 2(3):380–402, 2006) and shows a fundamental separation with the task of exploration without constraint on the moves.</p></div>","PeriodicalId":50824,"journal":{"name":"Algorithmica","volume":"88 2","pages":""},"PeriodicalIF":0.7,"publicationDate":"2026-02-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147342689","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Towards a Practical, Budget-Oblivious Algorithm for the Adwords Problem Under Small Bids 一种实用的、预算无关的小竞价广告问题算法
IF 0.7 4区 计算机科学
Algorithmica Pub Date : 2026-02-19 DOI: 10.1007/s00453-026-01369-5
Vijay V. Vazirani
{"title":"Towards a Practical, Budget-Oblivious Algorithm for the Adwords Problem Under Small Bids","authors":"Vijay V. Vazirani","doi":"10.1007/s00453-026-01369-5","DOIUrl":"10.1007/s00453-026-01369-5","url":null,"abstract":"<div><p>Motivated by recent insights into the online bipartite matching problem (<span>OBM</span>), our goal was to extend the optimal algorithm for it, namely <span>Ranking</span>, all the way to the special case of adwords problem, called <span>Small</span>, in which bids are small compared to budgets; the latter has been of considerable practical significance in ad auctions (Mehta et al. in J. ACM (JACM) 54:22-es, 2007). This approach would yield a <i>budget-oblivious algorithm</i>, i.e., the algorithm would not need to know budgets of advertisers and therefore could be used in autobidding platforms. We present such an algorithm for <span>Single-Valued</span>, a special case of <span>Small</span>. However, an extension to <span>Small</span> failed because of failure of the <i>No-Surpassing Property</i>. Since the probabilistic ideas underlying our algorithm are quite substantial, we have stated them formally, after assuming the No-Surpassing Property, and we leave the open problem of removing this assumption.</p></div>","PeriodicalId":50824,"journal":{"name":"Algorithmica","volume":"88 2","pages":""},"PeriodicalIF":0.7,"publicationDate":"2026-02-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s00453-026-01369-5.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147340291","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
相关产品
×
本文献相关产品
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术官方微信
小红书