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