SundayBird / project

0 stars 0 forks source link

Algorithm - 4 #17

Open EJSohn opened 5 years ago

EJSohn commented 5 years ago

LRU Cache

https://leetcode.com/problems/lru-cache/

kyunooh commented 5 years ago

https://leetcode.com/submissions/detail/226699734/

kyunooh commented 5 years ago

https://leetcode.com/submissions/detail/226704188/ 요건 자바 내장 LinkedHashMap이용해서 구현한 거

su-apollo commented 5 years ago

https://leetcode.com/submissions/detail/227785972/