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

Commitd082bce

Browse files
add 2039
1 parent3d2b268 commitd082bce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
publicclass_2039 {
1212
publicstaticclassSolution1 {
13+
/**
14+
* My completely original solution, again, using a pen and paper to visualize my thought process helps out greatly!
15+
*/
1316
publicintnetworkBecomesIdle(int[][]edges,int[]patience) {
1417
intn =patience.length;
1518
int[]distances =findShortestPathToMasterServer(edges,n);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp