Generation

generate functionThu, 08 Dec 2022

find where 3 or more of the same value integers are next to each other in a 2D array.

int find(int arr[][], int rows, int cols) { // implement }

Want to kickstart your project?Use the new AI Studio to create your code