Commit cc3b2f9
committed
Add more examples to lexicographic cmp on Iterators.
The most important rule of lexicographical comparison is that two arrays
of equal length will be compared until the first difference occured.
The examples provided only focuses on the second rule that says that the
shorter array will be filled with some T2 that is less than every T.
Which is only possible because of the first rule.1 parent 2c3dc04 commit cc3b2f9
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3077 | 3077 | | |
3078 | 3078 | | |
3079 | 3079 | | |
| 3080 | + | |
3080 | 3081 | | |
3081 | 3082 | | |
3082 | 3083 | | |
| |||
3097 | 3098 | | |
3098 | 3099 | | |
3099 | 3100 | | |
| 3101 | + | |
3100 | 3102 | | |
3101 | 3103 | | |
3102 | 3104 | | |
| |||
3117 | 3119 | | |
3118 | 3120 | | |
3119 | 3121 | | |
| 3122 | + | |
3120 | 3123 | | |
3121 | 3124 | | |
3122 | 3125 | | |
| |||
3137 | 3140 | | |
3138 | 3141 | | |
3139 | 3142 | | |
| 3143 | + | |
3140 | 3144 | | |
3141 | 3145 | | |
3142 | 3146 | | |
| |||
0 commit comments