Skip to content

Commit 0f9d9d9

Browse files
Update Main.cpp
1 parent 57c38c5 commit 0f9d9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ class AMO:protected manager{
456456
}
457457
public:
458458
static void advance_management_operations(){
459-
AMO object;//i.e. not efficient method for searching by multiple atrributes
459+
AMO object;//i.e. not completed as algorithm for searching by multiple atrributes is still need to be determined
460460
//object.colomn_wise_table[2].in_order_traversal();
461461
}
462462
};

0 commit comments

Comments
 (0)