Commit 9c8e21f
Fix conclusion in Hamming approach (exercism#3096)
* Fix conclusion in Hamming approach
The information about one of the IntStream being more efficient
just because it has less steps is incorrect because the extra steps
does not result in additional iterations. In regards to the `for` loop,
while the one shown does not show a `final` field, it does not mean
that the code can be written in such a way that it is final.
Fixes exercism#3090
* Remove unused link
Link no longer used since previous commit.1 parent 1e5fae2 commit 9c8e21f
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | 130 | | |
136 | 131 | | |
137 | 132 | | |
| |||
144 | 139 | | |
145 | 140 | | |
146 | 141 | | |
147 | | - | |
0 commit comments