mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-07 09:58:03 +00:00
Tweaked unique chars test cases section to be more consistent with other notebooks.
This commit is contained in:
@@ -51,8 +51,6 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"## Test Cases\n",
|
"## Test Cases\n",
|
||||||
"\n",
|
"\n",
|
||||||
"*It is important to identify and run through general and edge cases by hand.*\n",
|
|
||||||
"\n",
|
|
||||||
"* '' -> True\n",
|
"* '' -> True\n",
|
||||||
"* 'foo' -> False\n",
|
"* 'foo' -> False\n",
|
||||||
"* 'bar' -> True"
|
"* 'bar' -> True"
|
||||||
|
|||||||
Reference in New Issue
Block a user