Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- algorithm
- microflow
- Sort
- dfs
- 트리
- 매개변수 탐색
- 이분탐색
- git
- 그래프
- 해시맵
- Recursion
- domain model
- 재귀
- 프로그래머스
- 자료구조
- 완전탐색
- 자바
- SQL
- 알고리즘
- Bruteforce
- 집합
- MySQL
- lcap
- 가중치없는그래프
- Mendix
- 스택
- 백트래킹
- 정렬
- 멘딕스
- 반효경교수님
Archives
- Today
- Total
728x90
목록다단계칫솔판매 (1)
mondegreen
[240328] 알고리즘 리부트 40일차 - 프로그래머스 다단계 칫솔 판매 자바
import java.util.*; class Solution { public static int [] answer; public static HashMap chain; public static HashMap order; public int[] solution(String[] enroll, String[] referral, String[] seller, int[] amount) { answer = new int[enroll.length]; chain = new HashMap(); order = new HashMap(); for(int i =0; i
알고리즘 풀이 및 리뷰/프로그래머스
2024. 3. 28. 22:39
728x90