Sha256: 85a99b51ac84b54e3256594a2f441a9df6fdbe630619e20e4f94137207bec6f4

Contents?: true

Size: 571 Bytes

Versions: 7

Compression:

Stored size: 571 Bytes

Contents

When robots come off the factory floor, they have no name.

The first time you boot them up, a random name is generated in the format
of two uppercase letters followed by three digits, such as RX837 or BC811.

Every once in a while we need to reset a robot to its factory settings,
which means that their name gets wiped. The next time you ask, it will
respond with a new random name.

The names must be random: they should not follow a predictable sequence.
Random names means a risk of collisions. Your solution must ensure that
every existing robot has a unique name.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
trackler-2.1.0.18 common/exercises/robot-name/description.md
trackler-2.1.0.17 common/exercises/robot-name/description.md
trackler-2.1.0.16 common/exercises/robot-name/description.md
trackler-2.1.0.15 common/exercises/robot-name/description.md
trackler-2.1.0.14 common/exercises/robot-name/description.md
trackler-2.1.0.13 common/exercises/robot-name/description.md
trackler-2.1.0.12 common/exercises/robot-name/description.md