lattice_paths

Code for computation regarding k-equivalent lattice paths in combinatorics.

https://github.com/ejyager00/lattice_paths

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

combinatorics go python3
Last synced: 6 months ago · JSON representation ·

Repository

Code for computation regarding k-equivalent lattice paths in combinatorics.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 2
  • Open Issues: 3
  • Releases: 0
Topics
combinatorics go python3
Created over 4 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

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

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)
Pull Request Authors
Top Labels
Issue Labels
enhancement (2) documentation (1) bug (1)
Pull Request Labels

Dependencies

go/go.mod go