We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6350e commit 6b9d26dCopy full SHA for 6b9d26d
MySQL/the-users-that-are-eligible-for-discount.sql
@@ -1,4 +1,4 @@
1
-# Time: O(n)
+# Time: O(nlogn)
2
# Space: O(n)
3
4
CREATE PROCEDURE getUserIDs(startDate DATE, endDate DATE, minAmount INT)
0 commit comments