We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda2a5f commit 136c0b9Copy full SHA for 136c0b9
solutions/object_oriented_design/lru_cache/lru_cache.ipynb
@@ -21,7 +21,7 @@
21
"## Constraints and assumptions\n",
22
"\n",
23
"* What are we caching?\n",
24
- " * We are cahing the results of web queries\n",
+ " * We are caching the results of web queries\n",
25
"* Can we assume inputs are valid or do we have to validate them?\n",
26
" * Assume they're valid\n",
27
"* Can we assume this fits memory?\n",
0 commit comments