Skip to content
TILens What matters today in tech
Theme
Topics - Algorithms
Calendar · AUG 2026
Aug 2026
  1. JAN
  2. FEB
  3. MAR
  1. APR
  2. MAY
  3. JUN
  1. JUL
  2. AUG
  3. SEP
  1. OCT
  2. NOV
  3. DEC
1 2
3 4 5 6 7 8 9
10 11 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31

Daily edition · Algorithms

The daily ledger

TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.

14 Aug 2026 edition
Algorithms

Testing Properties of Edge Distributions

arXiv:2603.22702v2 Announce Type: replace Abstract: We initiate the study of distribution testing for probability distributions over the edges of a graph, motivated by the closely related question of…

Source: arXiv cs.DS Yumou Fei
Algorithms

Online Correlation Clustering: Simultaneously Optimizing All $\ell_p$-norms

arXiv:2510.15076v2 Announce Type: replace-cross Abstract: The $\ell_p$-norm objectives for correlation clustering present a fundamental trade-off between minimizing total disagreements (the $\ell_1$-norm) and ensuring…

Source: arXiv cs.DS Sami Davies, Benjamin Moseley, Heather Newman
Algorithms

Triangle-Free Coloring in LOCAL via Resilient Lov\'asz Local Lemma

arXiv:2608.13357v1 Announce Type: cross Abstract: The Lov\'asz Local Lemma (LLL) is a probabilistic tool that has been shown to be of central importance in the study of distributed algorithms. For example, the…

Source: arXiv cs.DS Peter Davies-Peck, Xusheng Zhang
Algorithms

Unlocking Fractional Moments in Delphic Set Streams

arXiv:2608.13126v1 Announce Type: new Abstract: We consider estimation of non-integer frequency moments $F_k$ and related Bernstein-type statistics in the Delphic set stream model under a bounded-frequency assumption:…

Source: arXiv cs.DS Aranya Kumar Bal, Sourav Chakraborty, Arijit Ghosh, Rudrayan Kundu
Algorithms

Satisfactory Budget Division

arXiv:2502.00484v2 Announce Type: replace-cross Abstract: A divisible budget must be allocated to several projects, and agents are asked for their opinion on how much they would give to each project. We consider that an…

Source: arXiv cs.DS Laurent Gourv\`es, Michael Lampis, Nikolaos Melissinos, Aris Pagourtzis
Algorithms

Tight Adaptive Bounds for Convex Hulls

arXiv:2512.06559v2 Announce Type: replace-cross Abstract: Adaptive sorting algorithms exploit existing order in the input to obtain better-than-worst-case running times. A classical example is sorting by runs: if the…

Source: arXiv cs.DS Ivor van der Hoog, Eva Rotenberg, Daniel Rutschmann
Algorithms

The Cost of Changing Edges for Diameter Computation and More

arXiv:2608.12628v1 Announce Type: new Abstract: The sensitivity setting is a restricted setting for dynamic algorithms, particularly practical for scenarios where extensive preprocessing is feasible but responses to…

Source: arXiv cs.DS Sam Hiken, Yael Kirkpatrick, Jakob Nogler, Virginia Vassilevska Williams
Algorithms

Bagging Robustly Learns VC Classes with Linear Sample Complexity

arXiv:2608.13514v1 Announce Type: cross Abstract: We revisit the problem of learning predictors robust to adversarial examples at test-time. We prove that VC classes are adversarially robustly learnable with sample…

Source: arXiv cs.DS Omar Montasser
Algorithms

Sublinear Time Eigenvector Approximation via Column Sampling

arXiv:2608.00840v2 Announce Type: replace Abstract: We study sublinear time sampling methods for approximating the outlying eigenvectors of large matrices. Our main result is an algorithm that uniformly samples just…

Source: arXiv cs.DS Rajarshi Bhattacharjee, Cameron Musco, Dominic Rutkowski
Algorithms

Efficient Randomized LL/SC that Preserves History Independence

arXiv:2608.12946v1 Announce Type: cross Abstract: We study the fundamental problem of implementing $m$ linearizable LL/SC objects with constant expected step complexity in a system of $n$ processes, using bounded base…

Source: arXiv cs.DS Dante Bencivenga, Homa Habashi, Philipp Woelfel
Algorithms

Fast Length-Squared Sampling for Positive-Semidefinite Matrices

arXiv:2608.12503v1 Announce Type: new Abstract: We describe a simple rejection-sampling-based algorithm to perform length-squared sampling on an $n \times n$ positive-semidefinite (psd) matrix: that is, to sample a…

Source: arXiv cs.DS Rajarshi Bhattacharjee, Ethan N. Epperly, Cameron Musco, Aaron Tian
Algorithms

Solving Square-Submatrix Equation Systems

arXiv:2608.13408v1 Announce Type: new Abstract: We consider systems of submatrix equations, that is, sets of equality constraints over square submatrices of the input. By generalising the recursive algorithm of…

Source: arXiv cs.DS Lorenzo Carfagna, Giovanni Manzini
Algorithms

Online balancing of vectors with small coordinates

arXiv:2608.12490v1 Announce Type: cross Abstract: Let $v_1,\ldots,v_T\in B_2^m$ be fixed in advance and revealed sequentially, and assume that $\|v_t\|_\infty\leqslant d^{-1/2}$ for some $d\geqslant 1$ and every…

Source: arXiv cs.DS Antonios Hmadi
Algorithms

Three trees suffice for a constant stretch in minor-free graphs

arXiv:2608.13508v1 Announce Type: new Abstract: In this short note, we show that $H$-minor-free graphs have a tree cover with $3$ trees and constant stretch for any fixed graph $H$. The number of trees matches the…

Source: arXiv cs.DS Hung Le, Huy Pham, Cuong Than, Tuan Tran
Algorithms

Defensive Boosting for Online Probabilistic Forecasting

arXiv:2608.13554v1 Announce Type: cross Abstract: We study online probabilistic forecasting of binary outcomes chosen by an adaptive adversary. Given an online learning algorithm for a weak hypothesis class $H$, we…

Source: arXiv cs.DS Georgy Noarov, Aaron Roth
Algorithms

Compact Path Representation in DAGs via Colored Edge Pebbling

arXiv:2608.13480v1 Announce Type: new Abstract: Compactly representing a variation graph is a core problem in computational pangenomics that is usually attacked with techniques that have been originated on texts and…

Source: arXiv cs.DS Paola Bonizzoni, Alessio Conte, Gianluca Della Vedova, Younan Gao, Roberto Grossi, Brian Riccardi
Algorithms

Lindbladian Simulation with Commutator Bounds

arXiv:2603.28602v2 Announce Type: replace-cross Abstract: Trotter decomposition provides a simple approach to simulating open quantum systems by decomposing the Lindbladian into a sum of individual terms. While it is…

Source: arXiv cs.DS Xinzhao Wang, Shuo Zhou, Xiaoyang Wang, Yi-Cong Zheng, Shengyu Zhang, Tongyang Li
Algorithms

Arithmetic Variable LogLog: Advancing the Memory-Variance Frontier

arXiv:2608.12575v1 Announce Type: new Abstract: Cardinality estimation - counting the number of distinct elements in a data stream - requires a tradeoff between memory and accuracy. ExaLogLog recently established the…

Source: arXiv cs.DS Brian Bushnell
Algorithms

Minimum eccentricity shortest paths of $K_{2,3}$-minor-free graphs

arXiv:2608.13158v1 Announce Type: new Abstract: Given a simple, undirected, and unweighted graph $G$, and an integer $R$, the objective of the \textsc{Minimum Eccentricity Shortest Path (MESP)} is to decide whether…

Source: arXiv cs.DS Dibyayan Chakraborty, Sandip Das, Sk Samim Islam, Ritam Manna Mitra, Saumya Sen
Algorithms

Patching leaky tunnels in BWTs

arXiv:2608.01387v2 Announce Type: replace Abstract: We extend Baier's foundationial work on tunnelling Burrows-Wheeler Transforms (BWTs) by showing how something that would be a good tunnel except for a strings that…

Source: arXiv cs.DS Paola Bonizzoni, Davide Cozzi, Travis Gagie, Younan Gao, Ragnar Groot Koerkamp
Algorithms

Hit-and-Run Mixes as Fast as the Ball Walk

arXiv:2608.13487v1 Announce Type: new Abstract: Let $K\subset\mathbb{R}^n$ be an isotropic convex body. We prove that the hit-and-run walk, started from any $M$-warm distribution, reaches total-variation distance…

Source: arXiv cs.DS Ruizhe Zhang
Algorithms

On the Gap of Finite Posets

arXiv:2608.12678v1 Announce Type: cross Abstract: Let $P$ be a finite nonempty poset with $n$ elements, let $f:P\to\{1,\ldots,n\}$ be a uniformly random order-preserving bijection, and put $h_P(x)=\mathbb E[f(x)]$.…

Source: arXiv cs.DM Alireza Haqi
Algorithms

On the Structure of $(\min,+)$ Convolution

arXiv:2608.13310v1 Announce Type: cross Abstract: The $(\min,+)$ convolution is a central problem in fine-grained complexity, and whether it admits a truly subquadratic algorithm remains open. We study it through…

Source: arXiv cs.DM Huanyi Zhou
Algorithms

A relaxation of the Bermond-Thomassen conjecture

arXiv:2608.12948v1 Announce Type: cross Abstract: The well-known Bermond-Thomassen conjecture states that every digraph of minimum out-degree at least $2k-1$ contains $k$ vertex-disjoint directed cycles. Despite being…

Source: arXiv cs.DM St\'ephane Bessy, Matthijs Muis, Jean-S\'ebastien Sereni, Raphael Steiner, Sebastian Wiederrecht
Algorithms

Metropolis-Hastings Sampling of Phylogenetic Networks: Correcting for Symmetries

arXiv:2608.12430v1 Announce Type: new Abstract: In phylogenetics, Metropolis-Hastings methods are commonly used to sample phylogenetic trees or networks, for example from Bayesian posteriors. These methods generally use…

Source: arXiv cs.DM Leo van Iersel, Remie Janssen, Mark Jones, Yukihiro Murakami, Christopher Reichling
Algorithms

PSPACE-Completeness of Multi-Agent Path Finding for Large Agents

arXiv:2608.12955v1 Announce Type: new Abstract: Multi-Agent Path Finding for Large Agents (LA-MAPF) is a geometric variant of MAPF in which agents are modeled as disks and conflicts are determined by physical overlap in…

Source: arXiv cs.CC Maichi Zhang, Naoyuki Kamiyama, Kanae Yoshiwatari
Algorithms

On the Expressive Power of Transformers

arXiv:2608.12671v1 Announce Type: cross Abstract: Multi-layer transformers form the critical component of essentially all large language models (LLMs) in use today. Because of their ubiquity and computational…

Source: arXiv cs.CC Phokion Kolaitis, Rik Sengupta