Skip to content

Commit 4f86ecd

Browse files
fix build
1 parent d84a1e2 commit 4f86ecd

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

src/main/java/com/fishercoder/solutions/_821.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public int[] shortestToChar(String S, char C) {
3535
int leftDist = Integer.MAX_VALUE;
3636
if (cIndices.floor(i) != null) {
3737
leftDist = Math.abs(cIndices.floor(i) - i);
38-
} else {
3938
}
4039
int rightDist = Integer.MAX_VALUE;
4140
if (cIndices.ceiling(i) != null) {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy