My issue
logic for this one
Learning course: Arrays using Python
Problem Link: CodeChef: Practical coding for everyone
logic for this one
Learning course: Arrays using Python
Problem Link: CodeChef: Practical coding for everyone
@venkatesh_2712
Logic is U have to check the array is in increasing order or not and If it’s in increasing order print “yes” else print “no”.