Fixed issue with incorrect using statement

This commit is contained in:
Alvin Philips 2021-10-19 06:32:31 +05:30
parent 41af1e4d21
commit fb86292d80

View File

@ -151,7 +151,7 @@ class BinaryTree {
* @namespace tests
*/
namespace tests {
using operations_on_datastructures::reverse_binary_tree;
using operations_on_datastructures::reverse_binary_tree::BinaryTree;
void test1() {
BinaryTree bst;
bst.add(5);