-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
988f9df
commit 6fa6939
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Online Java Compiler | ||
// Use this editor to write, compile and run your Java code online | ||
// CELEBRITY IS ONE WHO : IS KNOWN BY ALL , BUT DO NOT KNOW ANYONE | ||
//THIS IS CELEBRITY PROBLEM | ||
// A SQUARE MATRIX MADE , ON LEFT TO RIGHT 0 TO X NUMBER WRITTEN , ON TOP TO BOTTOM ALSO 0 TO X NUMBER WRITTEN. | ||
//NOW IF ROW NUMBER X KNOWS THE PEOPLE ON X' NUMBER ON THE COLUMN THEN WE WRITE 1 , IF DO NOT KNOW THEN WE WRITE 0 . | ||
class Main { | ||
public static void main(String[] args) { | ||
|
||
} | ||
} |