We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64190f9 commit 09f5f4eCopy full SHA for 09f5f4e
MySQL/customers-who-bought-products-a-and-b-but-not-c.sql
@@ -1,5 +1,5 @@
1
-# Time: O(n)
2
-# Space: O(m)
+# Time: O(m + n)
+# Space: O(m + n)
3
4
SELECT c.customer_id,
5
c.customer_name
0 commit comments