Package to flatten array and return depth of an array
The project has two main functions:
- flatten array
- depth array
To execute test you can to build and run docker container:
to build docker container for creating the image:
docker build -t flatten .to run flatten container:
docker run flatten