Byte Heist Home Leaderboard
Join the Heist (with Github)
Solve View

Binary Squash

A challenge by mousetail avatar mousetail

Description

Given a list of integers, each on their own line, combine the ones adjacent ones where the binary representation does not share a one.

For example, given the list:

1
6
8
3
4

Would output:

15
7

Each number will be at most 2<sup>16</sup>

Leaderboard

Author Score
#1 Natanaelel avatar Natanaelel 55
#2 hallvabo avatar hallvabo 56
#3 bizy-coder avatar bizy-coder 57
#4 EroticShiveringKingBanana avatar EroticShiveringKingBanana 59
#4 fuzzylojik-golf avatar fuzzylojik-golf 59
#6 Bulmenisaurus avatar Bulmenisaurus 60
#7 AlephSquirrel avatar AlephSquirrel 61
#8 MeWhenI avatar MeWhenI 64
#9 b-kamphorst avatar b-kamphorst 79
#10 albanian-laundromat avatar albanian-laundromat 86
JavaScript (Deno) JavaScript (NodeJS) Python Rust C (tcc) APL (TinyAPL) Vyxal Vyxal 3
You must be logged in to submit a solution.