class Solution { public int[] sortedSquares(int[] nums) { int[] result = new int[nums.length]; int resultIndex = 0; int smallestIndex = 0; int smallestNumber = 0; int leftIndex = 0; int rightIndex = 0; for (int i = 0; i = nums.length) { //right 먼저 소진 result[resultIndex] = nums[leftIndex]; leftIndex--..
class LFUCache { private final int capacity; // Map cache = new HashMap(); // Map frequencyMap = new HashMap(); // > Map> accessSequenceMap = new HashMap(); // : 현존하는 frequency 를 저장 Set frequencySet = new HashSet(); public void expireCache() { Integer smallestFrequency = null; for (Integer frequency : frequencySet) { if (smallestFrequency..
- Total
- Today
- Yesterday
- mariadb-connector-j
- mariada-connector
- wait()
- AbstractMethodError
- HashMap
- spring cloud gateway
- circurit breaker
- MariaDB
- DyanomoDB
- N+1
- msyql-connector-java
- rate limit
- referencedColumnName
- Flux
- custom config data convertion
- dynamodb
- Seperate Chaining
- reactor
- notify()
- RoutePredication
- router
- getBoolean
- aurora
- ConcurrentHashMap
- GlobalFilter
- RouteDefinition
- notifyAll()
- Lazy
- reative
- ResultSet
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |