We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9ae53 commit 537ecd4Copy full SHA for 537ecd4
spec/btreeSpec.js
@@ -12,7 +12,7 @@ describe("BTree Definition", function() {
12
});
13
14
it('the root has at least 2 children if it is not a leaf node', function(){
15
- // test order 3-30
+ // test order 3-10
16
17
// Root must have 2 children if it's not a leaf. if the breadth is > 1 level then must have >=2 children
18
0 commit comments