Skip to content

iver/flatten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Flatten

The goal of this project is that will flatten an array of arbitrarily nested arrays of integers into a flat array of integers.

e.g. [[1,2,[3]],4] -> [1,2,3,4].

The repository has two solutions:

Each one has its own README.md file with build and test instructions.

About

Flatten implementation sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages