Skip to content

Commit

Permalink
Update and rename Prog791.java to 791. Custom sort string
Browse files Browse the repository at this point in the history
  • Loading branch information
dishathakurata authored Mar 22, 2024
1 parent e690d00 commit 97ca624
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Prog791.java → 791. Custom sort string
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
package leetcode;

//791. Custom sort string

import java.util.HashMap;
Expand Down Expand Up @@ -39,4 +37,4 @@ public String customSortString(String order, String s) {

return res.toString();
}
}
}

0 comments on commit 97ca624

Please sign in to comment.