We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0ecaf commit a200784Copy full SHA for a200784
dsa-solutions/lc-solutions/0700-0799/791 - Custom Sort String.md
@@ -36,11 +36,12 @@ Output: "bcad"
36
37
### Constraints
38
39
-- 1 <= `order.length` <= 26
40
-- 1 <= `s.length` <= 200
+- 1 <= `order.length` <= 26
+- 1 <= `s.length` <= 200
41
- `order` and `s` consist of lowercase English letters.
42
- All the characters in `order` are unique.
43
44
+
45
## Solution
46
47
### Intuition
0 commit comments