From f0aabd0a02d9f977d3cfafa84571de0735d97864 Mon Sep 17 00:00:00 2001 From: Kyle Beechly Date: Wed, 30 Oct 2024 19:12:40 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eef804b..48b39a8 100644 --- a/README.md +++ b/README.md @@ -809,7 +809,7 @@ permutations of [1,2,3] using a faulty comparator that gives a random result In these cases, 86% of the time the Top Bit was in the correct position. The least likely outcome is a reverse-sorted Byte and the other possible incorrect outcomes are in approximately even distribution with each other. -https://hachyderm.io/@kaBeech + #### Supersort Adjudication Supposing that our results from Bubblesort and Rotationsort disagree and we now