We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d95a8b commit 33fccd4Copy full SHA for 33fccd4
test/js/algorithms/search/binary-search-recursive.spec.js
@@ -0,0 +1,5 @@
1
+import { binarySearchRecursive } from '../../../../src/js/index';
2
+import { testSearchAlgorithm } from './search-algorithms-tests';
3
+
4
+testSearchAlgorithm(binarySearchRecursive, 'Binary Search Recursive');
5
0 commit comments