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