Skip to content

Commit ea4c20a

Browse files
authored
Update 0342-Power-Of-Four
1 parent 833fe60 commit ea4c20a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dsa-solutions/lc-solutions/0300-0399/0342-Power-Of-Four

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ tags:
66
- Math
77
- Bit Manupulation
88
- Recursion
9-
109
---
1110

1211
## Problem Description
@@ -32,7 +31,7 @@ Output: false
3231

3332
### Constraints
3433

35-
- -231 <= n <= 231 - 1``
34+
- `-231 <= n <= 231 - 1`
3635

3736
## Solution Approach
3837

0 commit comments

Comments
 (0)