Coding 14 Apr 2021 Sparse Arrays – Hackerrank medium problem in JS solved using HashMap https://www.hackerrank.com/challenges/sparse-arrays/problem The idea is to iterate over input data and put it into HashMap with keys being available strings and… Andrey