NetLogo / NetLogo/NW-Extension
generate-ring with an argument for number of connections on either side
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 66
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
generate-ring currently gives a degree of two to every node, connecting to the nodes on the left and the right. A better version would take an argument that could specify how many nodes on either side to connect to, the current version would have an argument of 1. An argument of 2 would result in a degree of 4 (two connections on either side and so on.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the generate-ring entry point and inspect how it currently connects each node to its left and right neighbors. Done means an argument controls the number of connections on each side, with 1 preserving the current degree of two and 2 producing degree four.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100