We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c864aca commit 6eb4630Copy full SHA for 6eb4630
src/0001-1000/990/equationsPossible.ts
@@ -3,7 +3,7 @@
3
import { lowercaseCharToArrayIndex } from 'utils/char/lowercaseCharToArrayIndex'
4
5
// <Union Find>
6
-// Time: O((n)α(m)), α() is the inverse Ackermann function
+// Time: O(nα(m)), α() is the inverse Ackermann function
7
// Space: O(1)
8
// n for the number of equations
9
// m for the number of variables
0 commit comments