Skip to content

Commit 7b679ad

Browse files
committed
Runtime: 2 ms (Top 59.85%) | Memory: 42 MB (Top 63.26%)
1 parent a8ae083 commit 7b679ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 2 ms (Top 59.85%) | Memory: 42 MB (Top 63.26%)
12
class Solution {
23
public String sortSentence(String s) {
34
String []res=new String[s.split(" ").length];
@@ -6,4 +7,4 @@ public String sortSentence(String s) {
67
}
78
return String.join(" ",res);
89
}
9-
}
10+
}

0 commit comments

Comments
 (0)