Aggiunto graph
This commit is contained in:
6
graph/Vertex.java
Normal file
6
graph/Vertex.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package graph;
|
||||
/**
|
||||
* An interface for a vertex of a graph.
|
||||
* @author Roberto Tamassia
|
||||
*/
|
||||
public interface Vertex<E> extends DecorablePosition<E> { }
|
||||
Reference in New Issue
Block a user