Skip to content

Commit

Permalink
added articles
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Naughton Jr authored and Kevin Naughton Jr committed Sep 4, 2017
2 parents 8dd71e0 + 80906ae commit 75f3215
Show file tree
Hide file tree
Showing 3 changed files with 8 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;
}
}
}
5 changes: 5 additions & 0 deletions README-zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
* [CodeFights](https://codefights.com/)
* [Kattis](https://open.kattis.com/)
* [HackerEarth](https://www.hackerearth.com)
* [Codility](https://codility.com/programmers/lessons/1-iterations/)
* [Code Forces](http://codeforces.com/)
* [Code Chef](https://www.codechef.com/)
* [Sphere Online Judge - SPOJ](http://www.spoj.com/)
* [InterviewBit](https://www.interviewbit.com/)

## 在线面试编程
* [Gainlo](http://www.gainlo.co/#!/)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
* [Code Forces](http://codeforces.com/)
* [Code Chef](https://www.codechef.com/)
* [Sphere Online Judge - SPOJ](http://www.spoj.com/)
* [InterviewBit](https://www.interviewbit.com/)

## Live Coding Practice
* [Gainlo](http://www.gainlo.co/#!/)
Expand Down

0 comments on commit 75f3215

Please sign in to comment.