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