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 |
29 | 30 |
Tags
- 프로그래머스
- 매개변수 탐색
- lcap
- 반효경교수님
- Sort
- 그래프
- microflow
- 자바
- 스택
- 가중치없는그래프
- SQL
- 알고리즘
- 완전탐색
- MySQL
- 멘딕스
- algorithm
- dfs
- domain model
- 백트래킹
- Mendix
- git
- 집합
- 자료구조
- Recursion
- 정렬
- 이분탐색
- Bruteforce
- 해시맵
- 재귀
- 트리
Archives
- Today
- Total
728x90
목록영어끝말잇기 (1)
mondegreen

import java.util.*; class Solution { public static int[] answer = {-1, -1}; public int[] solution(int n, String[] words) { HashSet set = new HashSet(); char lastLetter= '-'; for(int i = 0; i
알고리즘 풀이 및 리뷰/프로그래머스
2024. 3. 29. 22:30
728x90