Mission
Once you have identified the GPS coordinates, you set about checking what this location corresponds to. The shelter's digital archives, fragmented and incomplete, still contain a few reports on military infrastructure from before the fall. You search extensively, cross-referencing files, technical reports, and old strategic plans.
Gradually, a certainty emerges: the coordinates refer to a major military station, the central point of a vast post-nuclear survival program. This base would have been used to supervise the construction of shelters and maintain a form of administrative oversight.
As you explore further, you come across an encrypted register, presumably taken from this station. The characters are scrambled and incomplete, but the organization into lines suggests a list of names. To understand its contents, you need to decipher this register and compare it carefully with the official registers of the Prometheus shelter.
Rules
You have two variables at your disposal:
You must return the (decrypted) first names of the inhabitants found in the log. In the order in which they appear in the message.
For example: Sacha|Mariama|Audrey|Claude
challenge code for resolution via API: SHELTER_2
Some resources to help you:
Data and algorithmic logic Methodologies Corrections
Progress through challenges using our resolution aids: tools, techniques and advice to help you overcome the most complex programming challenges with methodology, confidence and creativity.
Dataset and algorithmic logic
Based on the data and the expected response, use the process to determine the logic to implement.
Show data and progressDevelop a structured approach with our solving guides. Work on specific concepts such as object-oriented programming or unit testing to improve your coding style and progress.
No methodology yet for this challenge, but we are working on it! Follow us to be informed of the release!
The corrections allow you to discover certain technical concepts but will also give you a solution to the challenge. Code the challenge yourself before consulting the corrections ;)
Programming concept(s) that can be used to solve this challenge: Chaines de caractères
Other challenges to complete