Skip to content

Latest commit

 

History

History
46 lines (18 loc) · 877 Bytes

README.md

File metadata and controls

46 lines (18 loc) · 877 Bytes

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.

Installation

It is necessary to download locally this repository, then you can open the .m scripts using MatLab ou Octave.

Usage

Run the Delannoy.m and provide the values asked by the script.

Contributing

  1. Fork it!

  2. Create your feature branch: git checkout -b my-new-feature

  3. Commit your changes: git commit -am 'Add some feature'

  4. Push to the branch: git push origin my-new-feature

  5. Submit a pull request :D

History

More details about the Delannoy number can be found in the following links:

http://mathworld.wolfram.com/DelannoyNumber.html

https://en.m.wikipedia.org/wiki/Delannoy_number

License

MIT