There was an error while loading. Please reload this page.
2 parents a36e2de + b213592 commit 138a4d0Copy full SHA for 138a4d0
1 file changed
docs/index.md
@@ -765,7 +765,7 @@ P = NP means does being able to quickly recognize correct answers means there's
765
766
Preserve the original order of elements with equal key
767
768
-### What do to after having designed a solution
+### What to do after having designed a solution
769
770
Testing on nominal cases then edge cases
771
@@ -1934,7 +1934,7 @@ Encoding?
1934
1935
### 0/1 Knapsack brute force technique
1936
1937
-Recursive approach: solve f(c, i) with c is the remaining capacity and i is th current item index
+Recursive approach: solve f(c, i) with c is the remaining capacity and i is the current item index
1938
At each level, we branch with the item at index i (if enough capacity) and without it
1939
1940
```java
0 commit comments