Back to Cosmos

DelannoyNumbersGenerator

code/mathematical_algorithms/src/delannoy_number/README.md

latest317 B
Original Source

DelannoyNumbersGenerator

A Delannoy number D describes the number of paths from the southwest corner (0, 0) of a rectangular grid to the northeast corner (m, n), using only single steps north, northeast, or east.

More information about Delannoy number is available at: https://en.wikipedia.org/wiki/Delannoy_number