Skip to content

shihabshahrier/max_min_2d_arr_recursion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

max_min_2d_arr_recursion

recursion problem

Create a Function that takes four parameters and
return the maximum/minimum value from a 2d list using recursion (python)

For Example:

def max_2d(arr, index1, index2, max_val): pass;

or

def min_2d(arr, index1, index2, min_val): pass;

Releases

No releases published

Packages

No packages published

Languages