Skip to content

Commit b5213e7

Browse files
Update README.md
1 parent 1d8c527 commit b5213e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 2622-cache-with-time-limit/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2><a href="https://leetcode.com/problems/cache-with-time-limit/">2622. Cache With Time Limit</a></h2><h3>Medium</h3><hr><div><p>Write a class that allows getting and setting&nbsp;key-value pairs, however a&nbsp;<strong>time until expiration</strong>&nbsp;is associated with each key.</p>
1+
<h2><a href="https://leetcode.com/problems/cache-with-time-limit/">2622. Cache With Time Limit</a></h2><img src="https://img.shields.io/badge/Medium-FECC00" alt="Medium" /><hr><div><p>Write a class that allows getting and setting&nbsp;key-value pairs, however a&nbsp;<strong>time until expiration</strong>&nbsp;is associated with each key.</p>
22

33
<p>The class has three public methods:</p>
44

0 commit comments

Comments
 (0)