Kumar-laxmi / Algorithms

A Repository for algorithms in C, C++, Python and Java
Apache License 2.0
325 stars 367 forks source link

Add Graph cloning Algorithm in C++ and Java #1678

Closed Ashutoshbind15 closed 7 months ago

Ashutoshbind15 commented 1 year ago

Is your feature request related to a problem? Please describe. Add graph cloning algorithm in c++ and java

Describe the solution you'd like I would like to add the algo to create deep copies when graphs are passed in as inputs as many algorithms of graphs have been added but we also need to maintain the data as it is.

Additional context Expected time and space complexities Time Complexity -> O(V+E) Space Complexity -> O(V+E)

Ashutoshbind15 commented 1 year ago

@Kumar-laxmi please assign me this under SSOC'23

Kumar-laxmi commented 1 year ago

Assigned! @Ashutoshbind15 : C++ & Python

github-actions[bot] commented 8 months ago

Stale issue message