[Java] Is it allowed to used embedded data structures (i.e. ArrayList) during the coding challenge

Is is a good practice to use embedded data structures (i.e. ArrayList or HashMap) during the coding interview,
or it will be better to use a simple data structures (i.e. arrays)?

Comments (2)