This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package dev.mrpato; | |
import java.util.*; | |
/** | |
* Design a data structure that follows the constraints of a Least Recently Used (LRU) cache. | |
* <p> | |
* Problem: https://leetcode.com/problems/lru-cache | |
*/ | |
public class LRUCache { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
color] | |
ui = auto | |
[alias] | |
# short aliases | |
st = status | |
co = checkout | |
cob = checkout -b | |
ci = commit | |
cia = commit -a |