Przeglądaj źródła

Name the function, which has to be implemented.

Michael Mächtel 8 lat temu
rodzic
commit
fba7c99b7b
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2
    1
      hw2/task1/README.md

+ 2
- 1
hw2/task1/README.md Wyświetl plik

6
 
6
 
7
 ## task
7
 ## task
8
 
8
 
9
-Calculate the Hamming difference between two DNA strands.
9
+Calculate the Hamming difference between two DNA strands by implementing 
10
+the library function *hamming_distance(s1: &str, s2: &str) -> Result<usize, String>*.
10
 
11
 
11
 A mutation is simply a mistake that occurs during the creation or
12
 A mutation is simply a mistake that occurs during the creation or
12
 copying of a nucleic acid, in particular DNA. Because nucleic acids are
13
 copying of a nucleic acid, in particular DNA. Because nucleic acids are

Ładowanie…
Anuluj
Zapisz