mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-09-17 01:20:38 +03:00
Fix typo in LRU cache solution (#182)
This commit is contained in:

committed by
Donne Martin

parent
bda2a5f93c
commit
136c0b9e17
@@ -21,7 +21,7 @@
|
|||||||
"## Constraints and assumptions\n",
|
"## Constraints and assumptions\n",
|
||||||
"\n",
|
"\n",
|
||||||
"* What are we caching?\n",
|
"* What are we caching?\n",
|
||||||
" * We are cahing the results of web queries\n",
|
" * We are caching the results of web queries\n",
|
||||||
"* Can we assume inputs are valid or do we have to validate them?\n",
|
"* Can we assume inputs are valid or do we have to validate them?\n",
|
||||||
" * Assume they're valid\n",
|
" * Assume they're valid\n",
|
||||||
"* Can we assume this fits memory?\n",
|
"* Can we assume this fits memory?\n",
|
||||||
|
Reference in New Issue
Block a user