Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 432187a

Browse files
refactor 997
1 parent f7ca003 commit 432187a

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
public int findJudge(int n, int[][] trust) {
3333
if (trust.length < n - 1) {

0 commit comments

Comments
 (0)