Subject: PHP

Transpose a 2D Array

Write a PHP function to transpose a 2D array (convert rows to columns and vice versa).

Example:
Input: [[1, 2, 3], [4, 5, 6]]
Output: [[1, 4], [2, 5], [3, 6]]

Select file or drag and drop

PNG, JPG, SVG

Preview