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.

by mfred 2 months ago
Tags:

25 Nov 25

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

by mfred 2 months ago saved 4 times

14 Oct 25

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

by sebastien 3 months ago

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 4 months ago saved 2 times
Tags:

18 Sep 25

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

by auguste 4 months ago saved 2 times

13 Sep 25

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

by sebastien 4 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!

by sebastien 5 months ago

19 Jul 25

Article explaining simulation algorithms that produce complex organic behaviours

by edwardloveall 6 months ago

30 Mar 25

Had my little foray into spaced repetition while making my flashcards app. Interesting take on adapting a popular algorithm.

by simjnd 10 months ago
Tags: