diff --git a/README.md b/README.md index 4a9dc75..c7ac0fd 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,5 @@ Running this program gives the following output: [1, 3, 5, 7] is sorted: true ``` -The fact that we know if a list is sorted allows us to use more efficient algorithms for `union(IntList, IntList)`, `intersection(IntList, IntList)`, `indexOf(int)`, `lastIndexOf()` and `uniq()`. - -