Generation

generate functionMon, 14 Nov 2022

Find the shortest path out of a maze

//This is my first function public int getShortestPath(int maze[][], int n, int m) { // Write your code here. }

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