All projects
2019
FlattenInt
Write some code, 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].
Overview
Write some code, 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]. Open-source project by YarielInfante, published on GitHub.
Highlights
- Primary language: Java
- Open source — view the code and contribute on GitHub
Built with
- Java
Discussion (0)
Log in to comment.
No comments yet. Be the first to start the conversation.