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
- 리트코드 1557
- Java
- 스프링 에러
- 리트코드
- 자바 리트코드
- java leetcode
- 백준
- daily challenge
- 스택
- 인텔리제이 에러
- 자바
- leetcode
- java 프로그래머스
- 자바 5464
- 파이썬
- 카카오
- BFS
- DP
- 코테
- 프로그래머스 java
- dfs
- 백준 16935
- 그래프 자바
- 백준 18222
- 분할정복
- 코딩테스트
- leetcode 1721
- 리트코드 자바
- 구현
- 프로그래머스
Archives
- Today
- Total
목록리트코드 815 (1)
레벨업 일지
[Java] leetcode 815. Bus Routes
문제 Bus Routes - LeetCode Bus Routes - LeetCode Bus Routes - You are given an array routes representing bus routes where routes[i] is a bus route that the ith bus repeats forever. * For example, if routes[0] = [1, 5, 7], this means that the 0th bus travels in the sequence 1 -> 5 -> 7 -> 1 -> 5 -> 7 -> 1 leetcode.com 버스 탄 총 횟수를 구하는 문제 알아야 할 개념 자바 인접 리스트 해시맵 HashMap 구조 https://0713k.tistory.com/30 ..
알고리즘/leetcode
2023. 1. 23. 00:02