data_structures_free
This commit is contained in:
6
net/datastructures/Vertex.java
Normal file
6
net/datastructures/Vertex.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package net.datastructures;
|
||||
/**
|
||||
* 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