25 Jun 26

Locality sensitive hashing (LSH) is a widely popular technique used in approximate nearest neighbor (ANN) search. The solution to efficient similarity search is a profitable one — it is at the core of several billion (and even trillion) dollar companies.

by yahourt 1 month ago saved 2 times

Locality sensitive hashing (LSH) is a widely popular technique used in approximate nearest neighbor (ANN) search. The solution to efficient similarity search is a profitable one — it is at the core of several billion (and even trillion) dollar companies.

by mhm 1 month ago saved 2 times

08 Apr 26

Definitions of algorithms, data structures, and classical Computer Science problems.Some entries have links to implementations and more information.

by tantan 3 months ago saved 3 times

15 Mar 26

VisuAlgo was conceptualised in 2011 by Associate Professor Steven Halim (NUS School of Computing) as a tool to help his students better understand data structures and algorithms, by allowing them to learn the basics on their own and at their own pace. Together with his students from the National University of Singapore, a series of visualizations were developed and consolidated, from simple sorting algorithms to complex graph data structures. Though specifically designed for the use of NUS students taking various data structure and algorithm classes (CS1010/equivalent, CS2040/equivalent (inclusive of IT5003)), CS3230, CS3233, and CS4234), as advocators of online learning, we hope that curious minds around the world will find these visualizations useful as well.

by tmfnk 4 months ago saved 2 times

01 Dec 25

Algorithm X is an algorithm for solving the exact cover problem. It is a straightforward recursive, nondeterministic, depth-first, backtracking algorithm used by Donald Knuth to demonstrate an efficient implementation called DLX, which uses the dancing links technique.

Tags:

25 Nov 25

Open source resource for learning algorithms and their implementation in any programming language

by mfred 8 months ago saved 4 times

14 Oct 25

Mentions differences between Luma/luminance and how to compute the correct values


19 Sep 25

Rendezvous hashing is an algorithm to solve the distributed hash table problem - a common and general pattern in distributed systems

by mfred 10 months ago saved 2 times
Tags:

18 Sep 25

A really smart ant overall simple checksum that works on unordered collections

by auguste 10 months ago saved 2 times

13 Sep 25

A really smart ant overall simple checksum that works on unordered collections

by sebastien 10 months ago saved 2 times

19 Aug 25

Now a classic, shows some really smart fractional index tricks to efficiently do collaborative editing on trees. Applies to many apps with structured data!