일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 스프링 에러
- DP
- 리트코드 자바
- dfs
- 분할정복
- Java
- 리트코드 1557
- leetcode 1721
- 코딩테스트
- 자바 5464
- daily challenge
- 구현
- 리트코드
- 파이썬
- 백준 16935
- 프로그래머스
- 카카오
- 자바
- 백준 18222
- 스택
- java leetcode
- BFS
- 자바 리트코드
- 프로그래머스 java
- 인텔리제이 에러
- java 프로그래머스
- 그래프 자바
- leetcode
- 코테
- 백준
- Today
- Total
목록코딩테스트 (2)
레벨업 일지
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/SveJD/btrV0GdKzlj/7FLlJ1jK3bepnzW9gLsjTk/img.png)
문제 https://school.programmers.co.kr/learn/courses/30/lessons/67258 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr 풀이 풀이 원리는 투포인터를 이용한 윈도우 슬라이더를 유지하면서 풀었다. 리트코드에서 풀었던 최대 빈도수와 원리는 같다. https://0713k.tistory.com/11 [java/python3]leetcode 1838. Frequency of the Most Frequent Element Frequency of the Most Frequent Element - LeetCode Frequ..
Frequency of the Most Frequent Element - LeetCode Frequency of the Most Frequent Element - LeetCode Frequency of the Most Frequent Element - The frequency of an element is the number of times it occurs in an array. You are given an integer array nums and an integer k. In one operation, you can choose an index of nums and increment the element at that ind leetcode.com 문제 최대 빈도수 구하기 문제. 풀이 투 포인터를 ..