Skip to content

Commit

Permalink
some leetcode problems
Browse files Browse the repository at this point in the history
  • Loading branch information
lichaojacobs committed Jan 7, 2020
1 parent 84bc01a commit 5576597
Show file tree
Hide file tree
Showing 4 changed files with 592 additions and 126 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public static void main(String[] args) {
// practice.search(new int[]{4, 5, 6, 7, 0, 1, 2}, 4);
// practice.permuteUnique(new int[]{1, 2, 3});
practice.letterCombinations("23");
System.out.println("job_1577276167463_2197".compareTo("job_1577197461127_381965"));
}

/**
Expand Down
Loading

0 comments on commit 5576597

Please sign in to comment.