feat(content): hidden test cases
This commit is contained in:
@@ -27,6 +27,12 @@ test_cases:
|
||||
expected: true
|
||||
- input: { s: "hello", t: "world" }
|
||||
expected: false
|
||||
- input: { s: "", t: "" }
|
||||
expected: true
|
||||
- input: { s: "aaa", t: "aaaa" }
|
||||
expected: false
|
||||
- input: { s: "aacc", t: "ccac" }
|
||||
expected: false
|
||||
|
||||
description: |
|
||||
Given two strings `s` and `t`, return `true` if `t` is an *anagram* of `s`, and `false` otherwise.
|
||||
|
||||
Reference in New Issue
Block a user