Top "Multidimensional-array" questions

Multidimensional-arrays can be described as multi-dimensional tables.

3D array C++ using int [] operator

I'm new to C/C++ and I've been cracking my head but still got no idea how to make an "…

c++ arrays pointers multidimensional-array dynamic-arrays
How to retrieve 2D array from xml string resource for Android?

Suppose I have stored a 2 dimensional array in android resource as shown below. How can I get them in a …

java android xml multidimensional-array android-xml
Python: how to store a numpy multidimensional array in PyTables?

How can I put a numpy multidimensional array in a HDF5 file using PyTables? From what I can tell I …

python arrays multidimensional-array numpy pytables
Google Spreadsheet Script - How to Transpose / Rotate Multi-dimensional Array?

I'm trying to create a function that takes in any array and transpose it so that rows turns to columns …

javascript google-apps-script multidimensional-array google-sheets transpose
C# rows of multi-dimensional arrays

In the C# programming language, how do I pass a row of a multi-dimensional array? For example, suppose I have …

c# arrays multidimensional-array row indices
Count specific values in multidimensional array

I'm trying to count the number of times a certain value appears in my multidimensional array based on a condition. …

php multidimensional-array counting
Qsort Comparison Function

I am a beginner to C and I am trying to understand the comparison function needed for the qsort function. …

c multidimensional-array sorting qsort
protocol buffers - store an double array, 1D, 2D and 3D

How can be an array of double (1D) stored using protocol buffer? What about multi-dimensional (2D or 3D) dense arrays?

c++ multidimensional-array protocol-buffers
Finding sub matrix of a given matrix

i am trying to write an algorithm for finding a sub matrix in a given sub matrix. To solve this …

java multidimensional-array submatrix
PHP : multidimensional array merge recursive

I need to merge those two arrays: $ar1 = array("color" => array("red", "green"), "aa"); $ar2 = array("color" => array( "…

php arrays multidimensional-array array-merge