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.

12 Aug 2026 edition
Algorithms

Improving TensorSketch Using Complex Random Variables

arXiv:2608.10523v1 Announce Type: new Abstract: \texttt{TensorSketch} by~\cite{pham2013fast,kar2012random} provides efficient sketching algorithms for high-dimensional polynomial kernels $\vec{x}^{\otimes p} \in…

Source: arXiv cs.DS Amit Sharma, Mohammad Azhar Khan, Rameshwar Pratap, Keegan Kang
Algorithms

A Simple Algorithm for Best Separable State

arXiv:2608.10147v1 Announce Type: new Abstract: We study the best separable state problem (BSS), which asks for the maximum acceptance probability of a quantum measurement over unentangled states. In classical terms,…

Source: arXiv cs.DS Prashanti Anderson, Samuel B. Hopkins, Amit Rajaraman
Algorithms

A 5/4 bound for graphic $s$-$t$ path TSP on subcubic graphs

arXiv:2608.11038v1 Announce Type: new Abstract: We study the graphic $s$-$t$ path TSP on subcubic graphs (maximum degree 3): given two vertices $s,t$, find a shortest walk from $s$ to $t$ that visits every vertex. Our…

Source: arXiv cs.DS Junho Hwang
Algorithms

Efficient Decomposition of Forman-Ricci Curvature on Vietoris-Rips Complexes and Data Applications

arXiv:2504.21601v3 Announce Type: replace-cross Abstract: Discrete Forman-Ricci curvature (FRC) is an efficient tool that characterizes essential geometrical features and associated transitions of real-world networks,…

Source: arXiv cs.DS Danillo Barros de Souza, Jonatas Teodomiro, Fernando A. N. Santos, Mengjun Ding, Weiqiang Sun, Mathieu Desroches, J\"urgen Jost, Serafim Rodrigues
Algorithms

High-Dimensional Calibration from Swap Regret

arXiv:2505.21460v2 Announce Type: replace-cross Abstract: We study online calibration of multi-dimensional forecasts over an arbitrary convex set $P \subset \mathbb{R}^d$ relative to an arbitrary norm $|\cdot|$. We…

Source: arXiv cs.DS Maxwell Fishelson, Noah Golowich, Mehryar Mohri, Jon Schneider
Algorithms

The sharp SAT/UNSAT phase transition in random ellipsoid fitting

arXiv:2608.10184v1 Announce Type: cross Abstract: Let $x_1,\ldots,x_n$ be independent standard Gaussian vectors in $\mathbb{R}^d$. An \emph{ellipsoid fit} is a matrix $S \succeq 0$ such that $x_i^\top S x_i =d$ for…

Source: arXiv cs.DS Theodor Misiakiewicz, Garrett G. Wen
Algorithms

A Necessary and Sufficient Hall Condition for Hypergraphs

arXiv:2608.10193v1 Announce Type: cross Abstract: We prove a necessary and sufficient Hall condition for a family $A=(A_e)_{e\in E(G)}$ of hypergraphs, possibly with loops, indexed by the edges of a forest $G$. We also…

Source: arXiv cs.DS Xiaoyao Huang
Algorithms

New Lower and Upper Bounds for the Grothendieck Constant

arXiv:2608.11158v1 Announce Type: cross Abstract: We establish new bounds on the Grothendieck constant $K_G$: \[ \frac{6\pi}{11} \le K_G \le \frac{\pi}{2\log(1+\sqrt2)} - 10^{-4}. \] Methodologically, our lower bound…

Source: arXiv cs.DS Rahul Saha, Alan Li, Anton Xue, Swarat Chaudhuri, Adam Klivans, Pravesh K Kothari, Raghu Meka
Algorithms

Connectivity Augmentation of Plane Graphs

arXiv:2608.10848v1 Announce Type: new Abstract: We study the problem of connectivity augmentation of a planar graph, while preserving planarity. This problem is motivated by many real-world settings such as…

Source: arXiv cs.DS Krishnan Dehaleesan, Asif Khan, Pranabendu Misra
Algorithms

Online Interval Selection on a Simple Chain

arXiv:2608.10376v1 Announce Type: new Abstract: A set of intervals $I = \{ I_1, I_2, \dots, I_n \}$ forms a simple chain if, for every $2\leq i \leq n-1$, interval $I_i$ overlaps only with $I_{i-1}$ and $I_{i+1}$. We…

Source: arXiv cs.DS Yaqiao Li, Ali Mohammad Lavasani, Denis Pankratov
Algorithms

The Minimum-Weight Mixed Dominating Set on Threshold Graphs

arXiv:2608.11057v1 Announce Type: new Abstract: We study the minimum-weight mixed dominating set problem on threshold graphs. In this problem, vertices and edges have weights, and the goal is to find a mixed set of…

Source: arXiv cs.DS Emiliano Lancini, Oulin Yang
Algorithms

Optimal Enumeration of Eulerian Trails in Directed Graphs

arXiv:2603.12894v3 Announce Type: replace Abstract: The BEST theorem, due to de Bruijn, van Aardenne-Ehrenfest, Smith, and Tutte, is a classical tool from graph theory that links the Eulerian trails in a directed graph…

Source: arXiv cs.DS Ben Bals, Solon P. Pissis, Matei Tinca
Algorithms

Straightforward Entropy-Sensitive Mergesort

arXiv:2608.10421v1 Announce Type: new Abstract: In this paper, we present a stable mergesort variant, "directional mergesort", that to sort an array of $n$ elements makes no more than $nH+3n$ comparisons and…

Source: arXiv cs.DS Bill Jin, Alex Zihan Xu
Algorithms

Local Routing on Ordered $\Theta$-graphs

arXiv:2506.16021v2 Announce Type: replace-cross Abstract: The problem of locally routing on geometric networks using limited memory is extensively studied in computational geometry. We consider one particular graph, the…

Source: arXiv cs.DS Andr\'e van Renssen, Shuei Sakaguchi
Algorithms

Concurrent Deterministic Skiplist and Other Data Structures

arXiv:2309.09359v3 Announce Type: replace-cross Abstract: Skiplists are used in a variety of applications for storing data subject to order criteria. In this article we discuss the design, analysis and performance of a…

Source: arXiv cs.DS Aparna Sasidharan
Algorithms

A Linear-Time Approximation Scheme for the Densest Subgraph Problem

arXiv:2608.11094v1 Announce Type: new Abstract: In the undirected \emph{Densest Subgraph Problem (DSG)} the goal is to output a subset $S$ of vertices of a given graph $G$ that maximizes the quantity $|E(S)|/|S|$, where…

Source: arXiv cs.DS Elena Grigorescu, Mehrshad Taziki
Algorithms

Multiway $f$-Cut is fixed-parameter tractable

arXiv:2608.10380v1 Announce Type: new Abstract: A connectivity function on a finite set $E$ is a function $f\colon 2^E\to\mathbb Z$ that is submodular and symmetric, with $f(\varnothing)=0$. Given a connectivity…

Source: arXiv cs.DM Tony Huynh, Eun Jung Kim, Sang-il Oum, Roohani Sharma, Marek Soko\l{}owski
Algorithms

Regular $K_3$-irregular graphs

arXiv:2507.18776v2 Announce Type: replace-cross Abstract: We address the problem proposed by Chartrand, Erd\H{o}s and Oellermann (1988) about the existence of regular $K_3$-irregular graphs. We first establish bounds on…

Source: arXiv cs.DM Artem Hak, Sergiy Kozerenko, Andrii Serdiuk
Algorithms

Connected Fair Detachments of Hypergraphs I

arXiv:2009.09674v2 Announce Type: replace-cross Abstract: Let $\mathcal G$ be a hypergraph whose edges are colored. An {\it $(\alpha,n)$-detachment} of $\mathcal G$ is a hypergraph obtained by splitting a vertex…

Source: arXiv cs.DM Amin Bahmanian
Algorithms

Outerplanar and Forest Storyplans

arXiv:2311.13523v3 Announce Type: replace-cross Abstract: We study the problem of gradually representing a complex graph as a sequence of drawings of small subgraphs whose union is the complex graph. The sequence of…

Source: arXiv cs.DM Ji\v{r}\'i Fiala, Oksana Firman, Giuseppe Liotta, Alexander Wolff, Johannes Zink
Algorithms

Complexity and algorithms for proper conflict-free coloring in graphs

arXiv:2608.10874v1 Announce Type: new Abstract: A proper conflict-free (PCF) $k$-coloring of a graph $G$ is a proper $k$-coloring such that there exists a color that appears exactly once in the neighborhood of every…

Source: arXiv cs.DM Dinabandhu Pradhan, Vaishali Sharma
Algorithms

How to Verify Consistency of Probabilistic Claims

arXiv:2608.11181v1 Announce Type: new Abstract: When a probabilistic predictor answers many conditional-probability queries, are its answers self-consistent, and can this be verified in polynomial time? This problem is…

Source: arXiv cs.CC Orr Paradise, Oliver Richardson, Yoshua Bengio, Shafi Goldwasser