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

Graph update #737

Merged
merged 7 commits into from
Dec 26, 2023
Merged

Graph update #737

merged 7 commits into from
Dec 26, 2023

Conversation

aheaton22
Copy link
Contributor

Proposed changes

I updated the Graph page to give an example of a graph, I also created images of that example graph. I then updated the list of graph types and used the example graph to demonstrate what I was talking about. Here is a list of the graph types I updated:

  • Directed graphs
  • Undirected graphs
  • Connected graphs
  • Acyclic and Cyclic graphs
  • Tree graphs

I also fixed the explanations for graph components, specifically I added the following:

  • Edges explanation and example
  • Vertices explanation and example
  • Weight explanation and example
  • Added explanation of Articulation Points

Finally, I added a code example for adjacency matrices and gave examples for adjacency matrices and adjacency lists.

Types of changes

  • Proofreading (fix spelling, grammar, punctuation, accuracy) Proofreading
  • New content (new section, new readme, etc.)
  • Modifications (modifying existing content)
  • Other (please describe)

Checklist

  • Tested any code that was added/modified in this PR
  • Added external links
  • Added internal links
  • Added images
  • Added videos
  • Added code snippets

Further comments

I use the same graph example, with sight variations, for all my explanations. I tried to be clear but if something doesn’t make sense, please let me know.

@the-label-bot the-label-bot bot added kind/documentation kind/documentation size/L size/L labels Dec 19, 2023
Copy link

the-label-bot bot commented Dec 19, 2023

The Label Bot has predicted the following:

Category Value Confidence Applied Label
Kind documentation 0.742 ✔️
Size L 0.932 ✔️

Copy link
Owner

@shhossain shhossain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good Job. Merging the PR.

@shhossain shhossain merged commit 1e23d19 into shhossain:main Dec 26, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/documentation kind/documentation size/L size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants