OpenGenus/cosmos

Finding Paths of a Lattice Grid

Open

#1 745 ouverte le 17 oct. 2017

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)C++ (3 724 forks)batch import
Hacktoberfestadd codenew algorithm

Métriques du dépôt

Stars
 (13 462 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur