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
- 스텍
- 백준
- 알고리즘
- 프로그래머스
- stack
- 일본어공부
- 인프런
- 코테
- 코딩
- js
- 정렬
- 마이라이트
- 성인학습지
- java
- SWEA
- 가벼운학습지후기
- javascript
- 삼성소프트웨어아카데미
- 일본어학습지
- 삼성
- 자바
- 자료구조
- 코딩테스트
- mybatis
- 자바스크립트
- 가벼운학습지
- 코테준비
- array
- 일본어독학
- 카카오
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