Skip to content

Commit b225110

Browse files
refactor 29
1 parent 575e131 commit b225110

File tree

1 file changed

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

1 file changed

+0
-6
lines changed

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

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

3-
/**
4-
* 29. Divide Two Integers
5-
*
6-
* Divide two integers without using multiplication, division and mod operator.
7-
* If it is overflow, return MAX_INT.
8-
*/
93
public class _29 {
104

115
public static class Solution1 {

0 commit comments

Comments
 (0)