-
Notifications
You must be signed in to change notification settings - Fork 29
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
Adding Basic Implementation Of Graph #85
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Congrats🙌 on your first pull request
Add description and Wikipedia links under comments in.java files |
okay sure @rohan472000 |
Added basic description and Wikipedia links.
Done @rohan472000, now please merge my commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep those description and link at top not in middle.
Added description and link at top. @rohan472000 |
You have proposed two .java files of graph...whats the difference in them? |
Sorry @rohan472000 it's my mistake, can you please merge my code. if everything is alright. |
why so desperate to get your code merged?? after review and correction it will be merged. |
Pull Request Checkboxes and descriptions
Description
This is a basic representation of Graphs , and you can extend it Based on your requirements. You might want to create separate classes for vertices and edges, implement a direct graph, or add additional functionality such as depth-first search or breadth-first-search.
Related/Fixes Issue
Issue : #67
Changes Made
I have added a basic implementation of graph which any beginner can easily able to understand.