OpenGenus/cosmos

Finding Paths of a Lattice Grid

Open

#1.745 aberto em 17 de out. de 2017

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)C++ (3.724 forks)batch import
Hacktoberfestadd codenew algorithm

Métricas do repositório

Stars
 (13.462 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

I would like to implement an algorithm to find the number of possible paths from (0,0) to (M-1,N-1) in an MxN matrix where the only moves are right and down (so +1 on x or y) in C++. This would go under Dynamic Programming. Thanks.

Guia do colaborador