| HIGH | solutions/system_design/query_cache/README.md | 0 | get the stored query result from the cache. accessing a node updates its position to the front of the lru list. |
| HIGH | …ions/system_design/query_cache/query_cache_snippets.py | 0 | get the stored query result from the cache. accessing a node updates its position to the front of the lru list. |
| HIGH | solutions/object_oriented_design/lru_cache/lru_cache.py | 0 | get the stored query result from the cache. accessing a node updates its position to the front of the lru list. |
| HIGH | solutions/system_design/query_cache/README.md | 0 | set the result for the given query key in the cache. when updating an entry, updates its position to the front of the lr |
| HIGH | …ions/system_design/query_cache/query_cache_snippets.py | 0 | set the result for the given query key in the cache. when updating an entry, updates its position to the front of the lr |
| HIGH | solutions/object_oriented_design/lru_cache/lru_cache.py | 0 | set the result for the given query key in the cache. when updating an entry, updates its position to the front of the lr |
| HIGH | solutions/system_design/mint/README.md | 0 | return the year and month portions of the timestamp. |
| HIGH | solutions/system_design/mint/mint_mapreduce.py | 0 | return the year and month portions of the timestamp. |
| HIGH | solutions/system_design/pastebin/pastebin.py | 0 | return the year and month portions of the timestamp. |
| HIGH | solutions/system_design/pastebin/README.md | 0 | return the year and month portions of the timestamp. |
| HIGH | solutions/system_design/pastebin/README-zh-Hans.md | 0 | return the year and month portions of the timestamp. |
| HIGH | solutions/system_design/pastebin/pastebin.py | 0 | parse each log line, extract and transform relevant lines. emit key value pairs of the form: (2016-01, url0), 1 (2016-01 |
| HIGH | solutions/system_design/pastebin/README.md | 0 | parse each log line, extract and transform relevant lines. emit key value pairs of the form: (2016-01, url0), 1 (2016-01 |
| HIGH | solutions/system_design/pastebin/README-zh-Hans.md | 0 | parse each log line, extract and transform relevant lines. emit key value pairs of the form: (2016-01, url0), 1 (2016-01 |
| HIGH | solutions/system_design/pastebin/pastebin.py | 0 | sum values for each key. (2016-01, url0), 2 (2016-01, url1), 1 |
| HIGH | solutions/system_design/pastebin/README.md | 0 | sum values for each key. (2016-01, url0), 2 (2016-01, url1), 1 |
| HIGH | solutions/system_design/pastebin/README-zh-Hans.md | 0 | sum values for each key. (2016-01, url0), 2 (2016-01, url1), 1 |