Skip to content

Commit aecd43b

Browse files
authored
Create class-performance.sql
1 parent edd2d7b commit aecd43b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

MySQL/class-performance.sql

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Time: O(n)
2+
# Space: O(n)
3+
4+
SELECT MAX(assignment1 + assignment2 + assignment3) - MIN(assignment1 + assignment2 + assignment3) AS difference_in_score
5+
FROM Scores;

0 commit comments

Comments
 (0)