Skip to content

Commit f816c6b

Browse files
committed
remove name
1 parent 6c48b31 commit f816c6b

File tree

372 files changed

+1
-1445
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

372 files changed

+1
-1445
lines changed

.DS_Store

2 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion

leetcode/common/src/CommonUtils.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* Created by dingjikerbo on 2016/12/12.
3-
*/
4-
51
public class CommonUtils {
62

73

leetcode/common/src/Interval.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* Created by dingjikerbo on 16/11/20.
3-
*/
4-
51
/**
62
* Definition for an interval.
73
*/

leetcode/common/src/ListNode.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* Created by dingjikerbo on 2016/11/16.
3-
*/
4-
51
public class ListNode {
62

73
public int val;

leetcode/common/src/NestedInteger.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import java.util.List;
22

3-
/**
4-
* Created by dingjikerbo on 2016/11/22.
5-
*/
6-
73
public interface NestedInteger {
84

95
// @return true if this NestedInteger holds a single integer, rather than a nested list.

leetcode/common/src/Point.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* Created by dingjikerbo on 16/12/7.
3-
*/
4-
51
class Point {
62
int x;
73
int y;

leetcode/common/src/RandomListNode.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* Created by liwentian on 17/8/9.
3-
*/
4-
51
public class RandomListNode {
62
public int label;
73
public RandomListNode next, random;

leetcode/common/src/TreeLinkNode.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* Created by dingjikerbo on 16/11/23.
3-
*/
4-
51
/**
62
* Definition for binary tree with next pointer.
73
*/

leetcode/common/src/TreeNode.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* Created by dingjikerbo on 2016/11/16.
3-
*/
4-
51
public class TreeNode {
62

73
public int val;

0 commit comments

Comments
 (0)