Skip to content

Commit 6b97f3c

Browse files
Common elements in a row
1 parent 3bb0278 commit 6b97f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

General Questions/Common_elements_in_all_rows_of_a_given_matrix.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Given an m x n matrix, find all common elements present in all rows in one trave
44
55
*******************************************************************************/
66

7-
//SOLUTION (in c++)
7+
//SOLUTION (in C++)
88

99
#include <bits/stdc++.h>
1010

0 commit comments

Comments
 (0)