Skip to content

Commit

Permalink
1859
Browse files Browse the repository at this point in the history
  • Loading branch information
isinsuarici committed Jan 3, 2022
1 parent 232b7d0 commit 9ac5030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions E_1859_SortingTheSentence.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
public String sortSentence(String s) {

StringBuilder x= new StringBuilder();
String[] words =s.split(" ");
String[] sirali = new String[words.length];
Expand Down

0 comments on commit 9ac5030

Please sign in to comment.