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 bd229cd commit 5b06ba4Copy full SHA for 5b06ba4
src/main/java/lv/id/jc/algorithm/graph/Graph.java
@@ -7,7 +7,7 @@
7
/**
8
* A generic graph representation
9
*
10
- * @param <T> type of vertex id
+ * @param <T> the type of vertex id in this graph
11
*/
12
public record Graph<T>(Map<T, Map<T, Number>> nodes) {
13
0 commit comments