반응형
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
- SWEA
- 코테준비
- NestJS
- 백준
- 카카오
- 자바
- 중간 평균값 구하기
- AtoZ0403
- 자료구조
- 코딩
- 삼성
- 인프런
- 자바스크립트
- 코딩테스트
- array
- javascript
- stack
- 배열
- java
- js
- mybatis
- 삼성소프트웨어아카데미
- 정렬
- 스텍
- spring
- 콜백지옥
- 코테
- 그리디알고리즘
- 알고리즘
- 프로그래머스
Archives
- Today
- Total
목록개발 (1)
개발에 AtoZ까지
[JAVA][Array] Daily Temperature
1. 문제 Given a list of daily temperatures T, return a list such that, for each day in the input, tells you how many days you would have to wait until a warmer temperature. If there is no future day for which this is possible, put 0 instead. For example, given the list of temperatures T = [73, 74, 75, 71, 69, 72, 76, 73], your output should be [1, 1, 4, 2, 1, 1, 0, 0]. Note: The length of temperat..
코딩테스트 준비/기타문제
2021. 1. 26. 14:00