Skip to content

feat: Articulation Points algorithm#648

Closed
guyroznb wants to merge 2 commits intoTheAlgorithms:masterfrom
guyroznb:master
Closed

feat: Articulation Points algorithm#648
guyroznb wants to merge 2 commits intoTheAlgorithms:masterfrom
guyroznb:master

Conversation

@guyroznb
Copy link
Copy Markdown

@guyroznb guyroznb commented Oct 4, 2020

Description of Change

  1. adding new feature - articulation point algorithm. In a graph, a vertex is called an articulation point if removing it and all the edges associated with it results in the increase of the number of connected components in the graph. For example consider the graph given in following figure.
  2. moving the GraphRep struct from Graph.c to Graph.h

References

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

@kvedala
Copy link
Copy Markdown
Collaborator

kvedala commented Oct 4, 2020

Duplicate of #645. Do not create multiple pull-requests for the same code.

@kvedala kvedala closed this Oct 4, 2020
@kvedala kvedala reopened this Oct 4, 2020
@kvedala kvedala added enhancement New feature or request good first issue Good for newcomers Proper Documentation Required requested to write the documentation properly labels Oct 4, 2020
@guyroznb
Copy link
Copy Markdown
Author

guyroznb commented Oct 5, 2020

hi @kvedala, I added descriptions in the code.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Nov 6, 2021

This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label Nov 6, 2021
@github-actions
Copy link
Copy Markdown
Contributor

Please ping one of the maintainers once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!

@github-actions github-actions bot closed this Nov 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request good first issue Good for newcomers Proper Documentation Required requested to write the documentation properly Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants