Wingify Interview Question

Write a function to implement array flat method

Interview Answer

Anonymous

Nov 18, 2023

Used recursive approach to solve it.