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

added ability to check if link between nodes already exits for global graph #77

Merged
merged 2 commits into from
Apr 29, 2023

Conversation

catrone3
Copy link
Contributor

This closes #45

This change checks for if the link pair already exists in the edges array. I would like a faster method but this gets the job done. I was half tempted to make an array just to check against per node but that would not have helped on the backlinks check. Willing to try other things if you suggest it

@secure-77 secure-77 merged commit e46c15d into secure-77:main Apr 29, 2023
@catrone3 catrone3 deleted the issue/45 branch October 1, 2023 19:16
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.

Remove the double links in the graph
2 participants