Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flatten an array #116

Open
dsope05 opened this issue Aug 13, 2017 · 1 comment
Open

Flatten an array #116

dsope05 opened this issue Aug 13, 2017 · 1 comment
Labels

Comments

@dsope05
Copy link
Collaborator

dsope05 commented Aug 13, 2017

input: [1, 2, [2, [5, 3, 4]] ]
output: [1,2, 3, 5, 3, 4]

the output order does not matter, just so long as the array is flattened

@dsope05 dsope05 added the easy label Aug 13, 2017
@Himanshu1495
Copy link
Contributor

I will solve this problem in Python @dsope05

Himanshu1495 added a commit to Himanshu1495/algorithms that referenced this issue Sep 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants