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 5b06ba4 commit c3fd805Copy full SHA for c3fd805
src/main/java/lv/id/jc/algorithm/graph/SearchAlgorithm.java
@@ -5,7 +5,7 @@
5
/**
6
* A functional interface for graph search algorithm
7
*
8
- * @param <T> type of vertex id
+ * @param <T> the type of vertex id
9
*/
10
@FunctionalInterface
11
public interface SearchAlgorithm<T> {
0 commit comments