Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit432187a

Browse files
refactor 997
1 parentf7ca003 commit432187a

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+1
-1
lines changed

‎src/main/java/com/fishercoder/solutions/_997.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static class Solution2 {
2727
* Credit: https://leetcode.com/problems/find-the-town-judge/solution/ solution 2
2828
* Also, note: is it possible to have more than one town judges?
2929
* No! It's impossible! If it's possible, suppose there are two town judges, then both of them have to be trusted by everyone else which includes the other judge.
30-
* Otherwise, we'ld have a town judge not trusted by everybody.
30+
* Otherwise, we'd have a town judge not trusted by everybody.
3131
*/
3232
publicintfindJudge(intn,int[][]trust) {
3333
if (trust.length <n -1) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp