From 32e2ca6e870bf359b5c612736fb10e3269e4a8f2 Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Sun, 21 Feb 2016 12:13:35 -0700 Subject: [PATCH] Add deprecation note about point-mutations. See #184 --- point-mutations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/point-mutations.md b/point-mutations.md index 6d57aadcd1..c86df7491b 100644 --- a/point-mutations.md +++ b/point-mutations.md @@ -27,3 +27,5 @@ The Hamming distance between these two DNA strands is 7. The Hamming distance is only defined for sequences of equal length. Hence you may assume that only sequences of equal length will be passed to your hamming distance function. + +**Note: This problem is deprecated, replaced by the one called `hamming`.**