Mian-Chowla sequence: Difference between revisions

Line 1,236:
 
<syntaxhighlight lang="kotlin">
fun sumsRemainDistinct(candidate: Int, seq: Iterable<Int>, sums: HashSetMutableSet<Int>): Boolean {
val candidateSums = mutableListOf<Int>()
 
19

edits