Java util package & UndirectedGraph
Hi Everyone!
I am trying to write a java program, which will use theJava util package to implement the Undirected Graph. I do not know from where I sould start, but I already wrote theinterface.
I had the same problem when I used the java's built in facility to implement the Linked List. Although it is very simple, it took me a while to finish coding the linked list problem. I think its becaue I am new to Java.
Any help will be greatly appreciated.
Thanks!

