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
- 자바
- 스프링 에러
- 백준
- daily challenge
- 자바 리트코드
- dfs
- 프로그래머스 java
- 카카오
- 리트코드 1557
- leetcode
- 스택
- 파이썬
- 리트코드
- 코테
- java 프로그래머스
- BFS
- 구현
- 자바 5464
- 리트코드 자바
- leetcode 1721
- 코딩테스트
- 분할정복
- java leetcode
- 그래프 자바
- DP
- 백준 18222
- 프로그래머스
- 백준 16935
- Java
- 인텔리제이 에러
Archives
- Today
- Total
목록array (1)
레벨업 일지
[python3/파이썬/자바] leetcode 53. Maximum Subarray
문제 가장 최대가 되는 연속 부분합 구하기 https://leetcode.com/problems/maximum-subarray/description/ Maximum Subarray - LeetCode Maximum Subarray - Given an integer array nums, find the subarray with the largest sum, and return its sum. Example 1: Input: nums = [-2,1,-3,4,-1,2,1,-5,4] Output: 6 Explanation: The subarray [4,-1,2,1] has the largest sum 6. Example 2: Input: nums = [ leetcode.com 풀이 연속 부분합 이라 함은 [ 0..
알고리즘/leetcode
2023. 1. 7. 00:04