¡@

Home 

python Programming Glossary: curr

Finding the Maximum Route in a given input [closed]

http://stackoverflow.com/questions/10053540/finding-the-maximum-route-in-a-given-input

given row we have to determine the maximum of sum of the current element and the three connected neighbors in the next row.. i len next and if we iterate the triangle rowwise and curr is any given row then and i is the ith col index of the row.. and i is the ith col index of the row then we can write curr i max next n e for n in neigh i len next now we have to iterate..