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

laplacian matrix for Undirected graph #6111

Merged
merged 9 commits into from
Apr 18, 2021

Conversation

SnehaVeerakumar
Copy link
Contributor

Java program to find laplacian matrix of Undirected graph

Have you read the Contributing Guidelines on Pull Requests?

Yes.

Description

Java program to find laplacian matrix of Undirected graph. First it calculates Adjacency matrix and degree matrix. Then the laplacian matrix have been calculated using adjacency and degree matrix.

Checklist

  • I've read the contribution guidelines.
  • I've checked the issue list before deciding what to submit.
  • I've edited the README.md and link to my code.

Related Issues or Pull Requests

#5785

@SnehaVeerakumar
Copy link
Contributor Author

@ankitaggarwal23 Is there something I need to do further?

Java/README.md Outdated
@@ -185,6 +185,7 @@ _add list here_
- [Topological Sort in Directed Acyclic Graph (DAG)](graphs/TopologicalSort.java)
- [Bipartite Check](graphs/BipartiteCheck.java)
- [Articulation_Point](graphs/Articulation_Point.java)
- [Laplacian matrix of Undirected graph](graphs/Laplacian%20Matrix.java)
Copy link
Contributor

Choose a reason for hiding this comment

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

remove %20 also rename your file name as you have given space b/w laplacian matrix.java will have a bug link will not work

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have rectified it

Java/README.md Outdated
@@ -185,7 +185,7 @@ _add list here_
- [Topological Sort in Directed Acyclic Graph (DAG)](graphs/TopologicalSort.java)
- [Bipartite Check](graphs/BipartiteCheck.java)
- [Articulation_Point](graphs/Articulation_Point.java)
- [Laplacian matrix of Undirected graph](graphs/Laplacian%20Matrix.java)
- [Laplacian matrix of Undirected graph](graphs/LaplacianMatrix.java)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Let me try to rectify this error

@ankitaggarwal23 ankitaggarwal23 changed the title laplacian matrix of Undirected graph laplacian matrix for Undirected graph Apr 18, 2021
@ankitaggarwal23 ankitaggarwal23 merged commit 4fd013d into HarshCasper:master Apr 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants