We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93c74a3 + 2a19825 commit 8b5feeeCopy full SHA for 8b5feee
1 file changed
src/main/java/org/psjava/ds/tree/BinaryTreeNode.java
@@ -1,5 +1,6 @@
1
package org.psjava.ds.tree;
2
3
+// TODO remove interface. implementation is only one.
4
public interface BinaryTreeNode<T> {
5
6
T getData();
0 commit comments