瀏覽代碼

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.

Loading…
取消
儲存