[Community Puzzle] key-value store - Puzzle discussion

Coding Games and Programming Challenges to Code Better

Send your feedback or ask for help here!

Created by @alphaben.dev,validated by @DeanTheMachine,@gquilici and @abdelmathin.
If you have any issues, feel free to ping them.

Validator “codin-game Validator” has 2 extra spaces from line "SET a=a " to line "SET c=c ".

3 Likes

Thank you for reporting. The author has amended the case.

1 Like

The practical value of this puzzle is not clear, the Map structure is implemented in almost all languages, the task itself simply implies adding a record to the Map and getting a record by key, and that’s ALL (well, and also using a Queue, which again is a basic structure in almost every language).

I suggest changing the tag from “Condition” to the standard “Conditions”.

1 Like

Good point! It’s now updated. Thanks!