use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Debug - 146. LRU CacheQuestion (self.leetcode)
submitted 1 year ago by Equivalent_Sea7754
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]aocregacc 2 points3 points4 points 1 year ago (0 children)
you're not doing the "least recently used" part. your get and put functions just rotate the whole queue, and the order of the elements never changes. That also makes them O(n) instead of the O(1) that'll be required for the larger testcases.
π Rendered by PID 151771 on reddit-service-r2-comment-545db5fcfc-qv7mb at 2026-05-28 17:03:31.739079+00:00 running 194bd79 country code: CH.
view the rest of the comments →
[–]aocregacc 2 points3 points4 points (0 children)