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
- msyql-connector-java
- Seperate Chaining
- N+1
- circurit breaker
- ConcurrentHashMap
- aurora
- custom config data convertion
- reactor
- dynamodb
- RouteDefinition
- Lazy
- mariada-connector
- notifyAll()
- AbstractMethodError
- spring cloud gateway
- Flux
- notify()
- HashMap
- DyanomoDB
- router
- getBoolean
- RoutePredication
- wait()
- MariaDB
- rate limit
- reative
- GlobalFilter
- ResultSet
- mariadb-connector-j
- referencedColumnName
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |