We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da959a8 commit 16ae778Copy full SHA for 16ae778
errata.md
@@ -17,7 +17,7 @@ else:
17
hash_text[i] = ((hash_text[i-1] - ord_text[i-1]) + ord_text[i+len_pattern-1]) # calculating next hash value using previous value
18
```
19
20
-## Chapter 3, Page 61 - Fixed the missing '/'
+## Chapter 3, Page 61 - Fixed the missing '/' in **binary search** code
21
22
There should be `//` in place of `/`
23
0 commit comments