So I am trying to clone an Object MyGraph and it contains two arraylists for vertices and edges. My code so far is:


public static MyGraph deepCopy(MyGraph G){
MyGraph Copy = (MyGraph)...