Skip to content

Commit 138a4d0

Browse files
authored
Merge pull request #19 from xakep139/patch-1
Fix a couple of typos
2 parents a36e2de + b213592 commit 138a4d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ P = NP means does being able to quickly recognize correct answers means there's
765765

766766
Preserve the original order of elements with equal key
767767

768-
### What do to after having designed a solution
768+
### What to do after having designed a solution
769769

770770
Testing on nominal cases then edge cases
771771

@@ -1934,7 +1934,7 @@ Encoding?
19341934

19351935
### 0/1 Knapsack brute force technique
19361936

1937-
Recursive approach: solve f(c, i) with c is the remaining capacity and i is th current item index
1937+
Recursive approach: solve f(c, i) with c is the remaining capacity and i is the current item index
19381938
At each level, we branch with the item at index i (if enough capacity) and without it
19391939

19401940
```java

0 commit comments

Comments
 (0)