algorithm

Tag

Cards List
#algorithm

Parallel Parentheses Matching

Hacker News Top · yesterday

Explores parallel algorithms for matching parentheses, a fundamental problem in compilers and text processing.

0 favorites 0 likes
#algorithm

Automatic Part-of-Speech Tagging of Arabic-English Dictionary Senses through WordNet

arXiv cs.CL · 2d ago Cached

This paper proposes a resource-light algorithm to automatically assign part-of-speech tags to senses in the Al-Mawrid Arabic-English bilingual dictionary by transferring tags from English WordNet after disambiguation, achieving high accuracy with minimal cost.

0 favorites 0 likes
#algorithm

@BenjaminDEKR: I have 43,600 followers on X. 36% are verified followers (over 15,000) X showed my most recent post to only 780 people,…

X AI KOLs Timeline · 2d ago Cached

User BenjaminDEKR notes that despite having 43,600 followers (36% verified), X showed his most recent post to only 780 people, questioning the platform's algorithm.

0 favorites 0 likes
#algorithm

15 sorting algorithms in 6 minutes (2013) [video]

Hacker News Top · 3d ago Cached

A 2013 video visualizing and audibilizing 15 sorting algorithms in 6 minutes, including selection sort, quick sort, and bogo sort.

0 favorites 0 likes
#algorithm

@seohong_park: RQL is a new, clean algorithm for (offline) flow RL! The main idea is to treat flow steps as MDP steps, and use "revers…

X AI KOLs Following · 2026-06-17 Cached

RQL is a new algorithm for offline flow reinforcement learning that treats flow steps as MDP steps and uses reversed flows to generate hindsight trajectories.

0 favorites 0 likes
#algorithm

Half a billion people are using Threads every month

The Verge · 2026-06-16 Cached

Threads has surpassed 500 million monthly active users, and Meta is introducing new features like Communities and 'Your Algo' to give users more control over their algorithm.

0 favorites 0 likes
#algorithm

@jaynitx: Elon Musk explains his 5-step algorithm for solving any problem: "The most common mistake of smart engineers is to opti…

X AI KOLs Timeline · 2026-06-15 Cached

Elon Musk shares his 5-step algorithm for engineering problem-solving, emphasizing questioning requirements, deleting unnecessary steps, then optimizing, speeding up, and automating.

0 favorites 0 likes
#algorithm

The APLR(1) Algorithm for Generating Compact LR(1) Parsers is Simpler and More Capable than IELR(1)

Lobsters Hottest · 2026-06-12 Cached

A technical report introducing the APLR(1) algorithm for generating compact LR(1) parsers, which is simpler and more capable than the existing IELR(1) algorithm, and supports nondeterministic/ambiguous grammars for GLR parsing.

0 favorites 0 likes
#algorithm

You can just tell the Instagram algorithm what you want now

The Verge · 2026-06-10 Cached

Instagram is rolling out a 'Your Algorithm' feature that lets users see and adjust the topics influencing their main feed, with plans to expand to people and moods, as part of a broader effort to give users more agency over their experience.

0 favorites 0 likes
#algorithm

@levidiamode: 158/365 of GPU Programming I think I understand the high level differences between the FlashAttention 2, 3 and 4 forwar…

X AI KOLs Timeline · 2026-06-10 Cached

The author documents their progress in learning GPU programming, focusing on understanding the high-level differences between FlashAttention 2, 3, and 4 forward passes, and lists several low-level concepts they need to explore further.

0 favorites 0 likes
#algorithm

Cross-Modal Knowledge Distillation without Paired Data: Theoretical Foundation and Algorithm

arXiv cs.AI · 2026-06-10 Cached

This paper proposes a cross-modal knowledge distillation framework that works without paired data by aligning feature and label distributions, offering theoretical guarantees and outperforming prior methods on multimodal benchmarks.

0 favorites 0 likes
#algorithm

@techNmak: For 38 years, computer scientists believed Dijkstra's algorithm was optimal for sparse graphs. The logic seemed airtigh…

X AI KOLs Timeline · 2026-06-08 Cached

Five researchers from Tsinghua, Stanford, and Max Planck have developed a new shortest path algorithm that beats Dijkstra's for sparse directed graphs, achieving O(m log^(2/3) n) time complexity, the first improvement since 1987.

0 favorites 0 likes
#algorithm

Rotation revisited: Avoiding having to calculate the gcd when doing cycle decomposition

The Old New Thing (Raymond Chen) · 2026-06-05 Cached

This article explains a technique to avoid calculating the greatest common divisor when performing cycle decomposition in std::rotate, as used in OpenJDK's Collections.rotate method. It provides a C++ implementation that tracks the count of rotated elements to determine when all cycles are complete.

0 favorites 0 likes
#algorithm

Rotation revisited: Cycle decomposition in clang’s libcxx

The Old New Thing (Raymond Chen) · 2026-06-04 Cached

The article delves into the cycle decomposition algorithm used in clang's libcxx for rotation, explaining how it achieves the minimum number of swaps by computing the greatest common divisor (gcd) to determine the number of cycles.

0 favorites 0 likes
#algorithm

Spherical Voronoi Diagram

Hacker News Top · 2026-06-03 Cached

A web-based tool that computes and visualizes spherical Voronoi diagrams by using a randomized incremental algorithm for 3D convex hull, equivalent to the Delaunay triangulation on a sphere.

0 favorites 0 likes
#algorithm

A Nonmonotone Gradient-Based Algorithm for Symmetric Nonnegative Matrix Factorization and Graph Clustering

arXiv cs.LG · 2026-06-03 Cached

Introduces SNMPBB, a nonmonotone gradient-based algorithm for symmetric nonnegative matrix factorization that achieves significant speedups over existing methods, with extensions to graph clustering and low-rank approximations.

0 favorites 0 likes
#algorithm

Rotation revisited: Another unidirectional algorithm

The Old New Thing (Raymond Chen) · 2026-06-02 Cached

Raymond Chen revisits a unidirectional rotation algorithm for swapping adjacent memory blocks, explaining its recursive approach and performance characteristics.

0 favorites 0 likes
#algorithm

PE-means: Improved Differentially Private $k$-means Clustering through Private Evolution

arXiv cs.LG · 2026-06-02 Cached

PE-means adapts the private evolution algorithm to differentially private k-means clustering, achieving a 20% average improvement in clustering loss over existing methods.

0 favorites 0 likes
#algorithm

@Grummz: So X pulls 35 posts at a time and bumps you if you appear more than once. Reading the replies, the most interesting sug…

X AI KOLs Following · 2026-05-30 Cached

A discussion thread on X proposes changes to the platform's feed algorithm to reduce multiple posts from the same author dominating a batch, including engagement detection and a 'tweet storm' icon.

0 favorites 0 likes
#algorithm

Voxel Space

Hacker News Top · 2026-05-30 Cached

This article explains the Voxel Space rendering technique used in the 1992 game Comanche, covering its height map, color map, and simple rasterization algorithm.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback