https://github.com/danielvieiravega/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.
https://github.com/danielvieiravega/delannoynumbersgenerator
delannoy grid lattice-path matlab matlab-script number
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/danielvieiravega/delannoynumbersgenerator
- Owner: danielvieiravega
- License: mit
- Created: 2017-04-08T23:31:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T23:48:55.000Z (about 8 years ago)
- Last Synced: 2025-01-16T11:32:54.668Z (3 months ago)
- Topics: delannoy, grid, lattice-path, matlab, matlab-script, number
- Language: Matlab
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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