Skip to content

Commit ecf6fc9

Browse files
committed
2127 comments updated.
1 parent c376e8e commit ecf6fc9

File tree

1 file changed

+2
-1
lines changed
  • 2001-2500/2127-Maximum-Employees-to-Be-Invited-to-a-Meeting/cpp-2127

1 file changed

+2
-1
lines changed

2001-2500/2127-Maximum-Employees-to-Be-Invited-to-a-Meeting/cpp-2127/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
using namespace std;
99

1010

11-
/// Graph
11+
/// Successor Graph
12+
/// This problem is not a very standard Successor Graph Problem, a little bit harder and Ad-Hoc
1213
/// Time Complexity: O(n)
1314
/// Space Complexity: O(n)
1415
class Solution {

0 commit comments

Comments
 (0)