From 5cc8e5312c41f6dfcf5db3c97b8e42b07aa03f4e Mon Sep 17 00:00:00 2001 From: Inga Date: Fri, 1 Jul 2022 22:39:07 +0200 Subject: [PATCH] updated link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a28cdb..b82f12e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ where you had to, given the dictionary, and given three MD5 hashes, find three-word anagrams of a phrase *"poultry outwits ants"* which result in these hashes. -My [original solution](https://github.com/inga-lovinde/TrustPilotChallenge) +My [original solution](https://oomza.cutegay.software/inga-lovinde/TrustPilotChallenge) was in mixture of C# and plain C (with a bit of Visual C++ as a bridge), and heavily used AVX2 intrinsics for optimization.