Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6b78025

Browse files
authored
Create Solution.java
1 parent 3597ddc commit 6b78025

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class Solution {
2+
public int bulbSwitch(int n) {
3+
return (int) Math.sqrt(n);
4+
}
5+
}

0 commit comments

Comments
 (0)