Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix graph.ts: matrix2 data now matches ascii art #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DerTee
Copy link

@DerTee DerTee commented Sep 21, 2024

In matrix2 two vertices (ID 2, ID 6) were connected to themselves instead of their neighbors -> classic off by one errors (and I really hope I did not screw up)

Beware: Sorry, I did not make sure that the unit tests still work because I do this course in Odinlang, not TypeScript! If this is a no-go (totally reasonable!), please just close the PR.

(Since there is currently no license in this repo, I'll explicitly state that my shitty little contribution is provided under the same license the Prime might choose later on)

In matrix2 two vertices (ID 2, ID 6) were connected to themselves instead of their neighbors
-> classic off by one errors (and I really hope I did not screw up)

Beware: Sorry, I did not make sure that the unit tests still work because I do this course in Odinlang, not TypeScript!
If this is a no-go (totally reasonable!), please just close the PR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant