Solve View

Set Equality Counts

A challenge by mousetail avatar mousetail

Description

It is impossible for sets of certain sizes to have certain total numbers of equalities. For example, a set of 3 items can not have 2 equalities or by the transitive property the third pair must also be equal.

For each number between 1 and 30, print each possible number of equalites separated by spaces, in ascending order and including 0. Each set of numbers should be on it’s own line.

Leaderboard

Author Score
#1 ovs-code avatar ovs-code 81
#2 mousetail avatar mousetail 86
#3 xnor-gate avatar xnor-gate 89
#3 EroticShiveringKingBanana avatar EroticShiveringKingBanana 89
#3 lukegustafson avatar lukegustafson 89
#6 b-kamphorst avatar b-kamphorst 97
#6 AlephSquirrel avatar AlephSquirrel 97
#8 MeWhenI avatar MeWhenI 103
#9 albanian-laundromat avatar albanian-laundromat 106
#10 Natanaelel avatar Natanaelel 201
Challenge ends in 2 weeks, 6 days
JavaScript (Deno) Kotlin JavaScript (NodeJS) Python Rust C (tcc) APL (TinyAPL) Vyxal Vyxal 3
You must be logged in to submit a solution.