All Questions
1 question
6
votes
3
answers
879
views
Flatten an array
I have got this interview question which has asked me to write a production level code which flattens the arbitrary nested array of arrays.
Code
...