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
- Sort
- lcap
- git
- 재귀
- 집합
- algorithm
- 이분탐색
- Mendix
- 반효경교수님
- 정렬
- SQL
- 가중치없는그래프
- Bruteforce
- dfs
- domain model
- 알고리즘
- 그래프
- 프로그래머스
- 자바
- 트리
- 자료구조
- 매개변수 탐색
- 완전탐색
- 해시맵
- 백트래킹
- Recursion
- 멘딕스
- 스택
- MySQL
- microflow
Archives
- Today
- Total
728x90
목록영어끝말잇기 (1)
mondegreen
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/VeQRu/btsGezmYDci/SCfjKtL1ocJnK7SELOskM0/img.png)
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