Skip to content

Commit 3110633

Browse files
authored
Update confirmation-rate.sql
1 parent 8afe999 commit 3110633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MySQL/confirmation-rate.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Time: O(m + n)
2-
# Space: O(m + n)
1+
# Time: O(n + m)
2+
# Space: O(n + m)
33

44
WITH rate_cte AS
55
(SELECT user_id,

0 commit comments

Comments
 (0)