Skip to content

Commit 09dc3b9

Browse files
refactor 504
1 parent 81fdfac commit 09dc3b9

File tree

1 file changed

+0
-14
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-14
lines changed

src/main/java/com/fishercoder/solutions/_504.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
package com.fishercoder.solutions;
22

3-
/**
4-
* 504. Base 7
5-
*
6-
* Given an integer, return its base 7 string representation.
7-
Example 1:
8-
Input: 100
9-
Output: "202"
10-
11-
Example 2:
12-
Input: -7
13-
Output: "-10"
14-
15-
Note: The input will be in range of [-1e7, 1e7].
16-
*/
173
public class _504 {
184

195
public static class Solution1 {

0 commit comments

Comments
 (0)