There was an error while loading. Please reload this page.
1 parent 50035c9 commit b8c632bCopy full SHA for b8c632b
include/binary_search_tree.h
@@ -31,7 +31,7 @@ namespace alg {
31
class BST {
32
private:
33
/**
34
- * binary search tree definiton.
+ * binary search tree definition.
35
*/
36
struct treeNode {
37
KeyT key;// key
0 commit comments