Skip to content

Commit 6eb4630

Browse files
committed
docs: ✏️ remove unnecessary parentheses in comment
1 parent c864aca commit 6eb4630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/0001-1000/990/equationsPossible.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { lowercaseCharToArrayIndex } from 'utils/char/lowercaseCharToArrayIndex'
44

55
// <Union Find>
6-
// Time: O((n)α(m)), α() is the inverse Ackermann function
6+
// Time: O((m)), α() is the inverse Ackermann function
77
// Space: O(1)
88
// n for the number of equations
99
// m for the number of variables

0 commit comments

Comments
 (0)