We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0044d6d commit adac994Copy full SHA for adac994
src/main/java/lv/id/jc/algorithm/graph/Graph.java
@@ -7,7 +7,9 @@
7
/**
8
* A generic graph representation
9
*
10
+ * @author Jegors Čemisovs
11
* @param <T> the type of vertex id in this graph
12
+ * @since 1.0
13
*/
14
public record Graph<T>(Map<T, Map<T, Number>> nodes) {
15
0 commit comments