Skip to content

Commit 6bb9c85

Browse files
ClémentClément
authored andcommitted
adding comment.
1 parent 7ef3573 commit 6bb9c85

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

source/code/projects/Tree/Tree/BTree.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ private string TraversePo(Node nodeP)
185185
return returned;
186186
}
187187

188+
189+
/* Done with traversal methods. */
190+
188191
public abstract void Insert(T dataP);
189192
public abstract bool Delete(T dataP);
190193

0 commit comments

Comments
 (0)