You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/challenges/0021-str-pattern-pt2.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,6 @@ The safety properties we are targeting are:
57
57
```
58
58
This property should hold for next_back() of `ReverseSearcher` too.
59
59
60
-
Although this challenge appears similar to Challenge 20 and only requires proving safety for the `StrSearcher` implementation,
61
-
it warrants being a separate challenge due to its complexity.
62
-
The `StrSearcher` implementation relies on sophisticated algorithms - TwoWay-Search and SIMD-search - making the safety proof significantly more complex.
0 commit comments