Commit 03786c1
authored
Fix conclusion in Hamming approach (#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 #3090
* Remove unused link
Link no longer used since previous commit.1 parent 443cc52 commit 03786c1
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