Skip to content

Write a function that will flatten an array of arbitrarily nested arrays of integers into a flat array of integers.

Notifications You must be signed in to change notification settings

KilskyreMan/Intercom_Q2_Flatten_Array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intercom_Q2_Flatten_Array

Write a function that will flatten an array of arbitrarily nested arrays of integers into a flat array of integers.

Written in C#, Visual Studio 2015

  • Intercom (project) contains logic for flattening array.
  • IntercomTests (project) contains UnitTests.

About

Write a function that will flatten an array of arbitrarily nested arrays of integers into a flat array of integers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages