Переглянути джерело

Comment to not use any existing crates

Michael Mächtel 8 роки тому
джерело
коміт
5861484f27
2 змінених файлів з 2 додано та 2 видалено
  1. 1
    1
      hw2/task1/README.md
  2. 1
    1
      hw2/task3/README.md

+ 1
- 1
hw2/task1/README.md Переглянути файл

@@ -8,7 +8,7 @@ Run the cargo command to prepare your task1/ directory as a library
8 8
 
9 9
 Calculate the Hamming difference between two DNA strands by implementing the
10 10
 library function *hamming_distance(s1: &str, s2: &str) -> Result<usize,
11
-String>*.
11
+String>*. Do not use any crates.
12 12
 
13 13
 A mutation is simply a mistake that occurs during the creation or copying of a
14 14
 nucleic acid, in particular DNA. Because nucleic acids are vital to cellular

+ 1
- 1
hw2/task3/README.md Переглянути файл

@@ -9,7 +9,7 @@ Run the cargo command to prepare your task3/ directory as a library
9 9
 Compute Pascal's triangle up to a given number of rows. Create the new type
10 10
 *PascalsTriangle* and implement the methods *new()* and *rows()*. See the
11 11
 `tests/task3.rs` for more informationen about parameters and returns of the
12
-methods.
12
+methods. Do not use any crates.
13 13
 
14 14
 In Pascal's Triangle each number is computed by adding the numbers to the right
15 15
 and left of the current position in the previous row.

Завантаження…
Відмінити
Зберегти