Skip to content

Commit 62275b8

Browse files
doc: add todo add tests
1 parent ae06157 commit 62275b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

data_structures/binary_search_tree.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,8 @@ void Post(node *n) {
122122
}
123123
}
124124

125+
static void tests() {
126+
// TODO: add tests
127+
}
128+
125129
int main() { return 0; }

0 commit comments

Comments
 (0)