#OK to post homework #Zidong Zhang, 14/2/2021, Assignment 6 #GNuWalks2D(A,pt), inputs a list of atomic steps A (in 2 dimensions) and output the #number of subdiagonal steps using A and ending at pt GNuWalks2D := proc(A,pt) local i,W,W1,w: option remember: if (pt[1]<0 or pt[2]<0 or pt[1]