Ramsey's theorem: Difference between revisions

m
→‎{{header|jq}}: map(tostring) for the sake of jaq
m (→‎{{header|jq}}: map(tostring) for the sake of jaq)
Line 1,067:
| if $depth == $size
then (if $ctype == 0 then "un" else "" end) as $cs
| "Totally \($cs)connected group: " + (.idx | map(tostring) | join(" "))
else .i = $min
| until (.i >= $max or .emit;
2,479

edits