Skip to content

Commit 1b8d3de

Browse files
Create Solution.py
1 parent 406a65a commit 1b8d3de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
class Solution:
2+
def minOperations(self, n: int) -> int:
3+
return (n * n) // 4

0 commit comments

Comments
 (0)