merge - Symmetrically balanced merging of arrays -


is there way take 2 arrays of data , merge them new array data uniformly or symmetrically balanced possible?

here few examples of mean...

xxx + oo = xoxox xxxxxxx + ooo = xxoxxoxxox xxxxxxxx + oooo = oxxxoxxoxxxo 

i don't know how define problem mathematically, can understand mean visually. particular problem have kind of name? know of use case might come up?

i find interesting , write program takes 2 lists of data , this.


Comments

Popular posts from this blog

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

python 2.7 - Lines in my code being skipped and I am not sure why -

python - multiprocessing pool with map -