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 | 31 |
Tags
- 구현
- BFS
- 백준
- Java
- leetcode
- 리트코드 자바
- 파이썬
- 인텔리제이 에러
- 백준 18222
- 코딩테스트
- 자바
- 백준 16935
- 그래프 자바
- 분할정복
- 프로그래머스
- 카카오
- 리트코드 1557
- java 프로그래머스
- leetcode 1721
- daily challenge
- java leetcode
- 코테
- 프로그래머스 java
- 자바 5464
- dfs
- 스프링 에러
- 스택
- 자바 리트코드
- DP
- 리트코드
Archives
- Today
- Total
목록java 605 (1)
레벨업 일지
[Java] leetcode 605. Can Place Flowers
문제 Can Place Flowers - LeetCode Can you solve this real interview question? Can Place Flowers - You have a long flowerbed in which some of the plots are planted, and some are not. However, flowers cannot be planted in adjacent plots. Given an integer array flowerbed containing 0's and 1' leetcode.com 0 1 로 이루어진 꽃밭이 있는데, 꽃의 개수 n이 주어지면 심을 수 있는지 없는지 리턴하는 문제 풀이 이 풀이는 0, 1 로 이루어진 배열을 보니 0의 개수를 카운팅하면 ..
알고리즘/leetcode
2023. 3. 20. 21:47