Skip to content

Commit

Permalink
Update Permutation.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangying000 authored Jul 20, 2017
1 parent 3016032 commit 91921ac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Given two strings, write a metho dto decide if one is a permutation of the other
// Given two strings, write a method to decide if one is a permutation of the other

public class Permutation {
public boolean permutation(String s, String t) {
Expand All @@ -22,4 +22,4 @@ public boolean permutation(String s, String t) {

return true;
}
}
}

0 comments on commit 91921ac

Please sign in to comment.