NetLogo / NetLogo/NW-Extension

generate-ring with an argument for number of connections on either side

Open
#72 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.