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

add graph cloning algorithm in c++ and java #1773

Closed
wants to merge 2 commits into from

Conversation

Ashutoshbind15
Copy link
Contributor

πŸ› οΈ Issue (Number)

Issue no #1678

πŸ‘¨β€πŸ’» Changes proposed

Graph-cloning added in C++
Graph-cloning added in Java

βœ”οΈ Check List (Check all the applicable boxes)

  • My code follows the code style of this project.
  • This PR does not contain plagiarized content.
  • The title of my pull request is a short description of the requested changes.

πŸ“„ Note to reviewers

I have implemented a mem comparison function.
It compares the mem location of the nodes.
If the nodes have same value and are not pointing to the same mem address, then we've successfully cloned the graph

πŸ“· Screenshots

Screenshot (760)

@github-actions
Copy link

Thanks for your contribution we will soon check your PR @Ashutoshbind15 :)

@Ashutoshbind15
Copy link
Contributor Author

@Kumar-laxmi Kindly review the changes. Thanks!

@Kumar-laxmi Kumar-laxmi added Graphs Algorithm for graphs C++ Programs in C++ Java Programs in Java Under Review The PR is under review SSOC23 PR under Social Summer of Code labels Jul 28, 2023
@Arun9739 Arun9739 added Ready to Merge and removed Under Review The PR is under review labels Aug 8, 2023
Copy link

Stale pull request message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ Programs in C++ Graphs Algorithm for graphs Java Programs in Java no-pr-activity Ready to Merge SSOC23 PR under Social Summer of Code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants