lattice_paths
Code for computation regarding k-equivalent lattice paths in combinatorics.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.0%) to scientific vocabulary
Keywords
Repository
Code for computation regarding k-equivalent lattice paths in combinatorics.
Basic Info
- Host: GitHub
- Owner: ejyager00
- License: gpl-3.0
- Language: Python
- Default Branch: master
- Homepage: https://scholar.rose-hulman.edu/rhumj/vol24/iss2/6/
- Size: 50.8 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 3
- Releases: 0
Topics
Metadata Files
README.md
Lattice Paths
Code for computation regarding k-equivalent lattice paths in combinatorics.
The get_data.py file allows us to generate a table comparing the greedy algorithm to a brute force approach. To get the data in TSV form, run the following on the command line, where m and n are integers.
There are also optional arguments for file name and incremental saving of results.
```
python3 get_data.py m n filename.tsv i
```
For example:
```
python3 get_data.py 4 3
```
```
python3 get_data.py 4 3 lattice4by3results.tsv i
```
Published in the RHUMJ
Owner
- Name: Eric Yager
- Login: ejyager00
- Kind: user
- Website: ejyager00.github.io
- Twitter: EricYager4
- Repositories: 7
- Profile: https://github.com/ejyager00
Computer science & math double major at Valparaiso University.
Citation (CITATION.cff)
cff-version: 1.2.0
title: Lattice Path Research Code
message: Please cite this software using these metadata.
type: software
authors:
- given-names: Eric
family-names: Yager
orcid: 'https://orcid.org/0000-0002-3691-7801'
affiliation: Valparaiso University
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 4
- Total pull requests: 0
- Average time to close issues: 3 days
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.5
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ejyager00 (4)