Need help add the 5 tests Image transcription text30 37 380 / * 39 * Add five more tests here for counting the numbers of nodes in a tree 40
Need help add the 5 tests Image transcription text30 37 380 / * 39 * Add five more tests here for counting the numbers of nodes in a tree 40 * Don’t forget totest different tree configurations and 41 * when the tree is null or has one node 42 * / 43 440 @Test 45 publicvoid countTest () { 46 BSTInt bst = new BSTInt () ; 47 bst . insert (9) ; 48 bst. insert (11) ; 49 bst . in… Show more… Show moreNeed help add the 5 tests Computer Science Engineering & Technology Java Programming CS 46B Share QuestionEmailCopy link


