The Wayback Machine - https://web.archive.org/web/20250503194531/https://github.com/TheAlgorithms/C/pull/645
Skip to content

feat : articulation point algorithm #645

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

Closed
wants to merge 8 commits into from
Closed

feat : articulation point algorithm #645

wants to merge 8 commits into from

Conversation

guyroznb
Copy link

@guyroznb guyroznb commented Oct 4, 2020

Description of Change

  1. adding the articulation point algorithm. A vertex in an undirected connected graph is an articulation point (or cut vertex) iff removing it (and edges through it) disconnects the graph.
  2. changing the graph.c and graph.h files by moving the GraphRep structure to the header file.

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.

Notes:

@guyroznb guyroznb changed the title Merge branch 'master' of https://github.com/guyroznb/C articulation point algorithm 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
@kvedala
Copy link
Collaborator

kvedala commented Oct 4, 2020

review the contribution guidelines. No reviews will be done until the code is updated per the repo standards
image

@guyroznb guyroznb changed the title articulation point algorithm feat : articulation point algorithm Oct 4, 2020
@guyroznb
Copy link
Author

guyroznb commented Oct 4, 2020

hi, I added description to the script and change the title

@kvedala
Copy link
Collaborator

kvedala commented Oct 4, 2020

unnecessary files changed. Only make changes to your concerned files. Do not make any changes to existing code unless intentional.
image

@guyroznb guyroznb closed this Oct 4, 2020
@kvedala kvedala mentioned this pull request Oct 4, 2020
7 tasks
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants