Skip to content

This is a simple java project that convert multidimensional array to a single array. e.g. [[1,2,[3]],4] -> [1,2,3,4]

License

Notifications You must be signed in to change notification settings

ASammour/FlattenArray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

FlattenArray

This is a simple java project that convert multidimensional array to a single list. e.g. [[1,2,[3]],4] -> [1,2,3,4].

All you've to do is to grab this project to netbeans, and run it!.

About

This is a simple java project that convert multidimensional array to a single array. e.g. [[1,2,[3]],4] -> [1,2,3,4]

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages