Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75f3215

Browse files
Kevin Naughton JrKevin Naughton Jr
Kevin Naughton Jr
authored and
Kevin Naughton Jr
committed
added articles
2 parents 8dd71e0 + 80906ae commit 75f3215

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CrackingTheCodingInterview/Chapter1ArraysAndStrings/Permutation.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Given two strings, write a metho dto decide if one is a permutation of the other
1+
// Given two strings, write a method to decide if one is a permutation of the other
22

33
public class Permutation {
44
public boolean permutation(String s, String t) {
@@ -22,4 +22,4 @@ public boolean permutation(String s, String t) {
2222

2323
return true;
2424
}
25-
}
25+
}

README-zh-cn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
* [CodeFights](https://codefights.com/)
3434
* [Kattis](https://open.kattis.com/)
3535
* [HackerEarth](https://www.hackerearth.com)
36+
* [Codility](https://codility.com/programmers/lessons/1-iterations/)
37+
* [Code Forces](http://codeforces.com/)
38+
* [Code Chef](https://www.codechef.com/)
39+
* [Sphere Online Judge - SPOJ](http://www.spoj.com/)
40+
* [InterviewBit](https://www.interviewbit.com/)
3641

3742
## 在线面试编程
3843
* [Gainlo](http://www.gainlo.co/#!/)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
* [Code Forces](http://codeforces.com/)
3737
* [Code Chef](https://www.codechef.com/)
3838
* [Sphere Online Judge - SPOJ](http://www.spoj.com/)
39+
* [InterviewBit](https://www.interviewbit.com/)
3940

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

0 commit comments

Comments
 (0)