Skip to content

Commit bf5044c

Browse files
committed
Find Celebrity
1 parent f25b7ad commit bf5044c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
package joshua.leetcode.array;
2+
3+
/**
4+
* 277. Find the Celebrity<br/>
5+
*
6+
* <a href="https://leetcode.com/problems/find-the-celebrity/">leetcode link</a>
7+
*
8+
* @author Joshua.Jiang on 2016/5/22.
9+
*/
10+
public abstract class FindCelebrity {
11+
12+
13+
}

0 commit comments

Comments
 (0)