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
- Dijkstra
- centuryFromYear
- 동적 계획법
- 다익스트라
- Making Anagrams
- ACM-ICPC
- Sherlock and the Valid String
- algospot
- java
- 01 타일
- codesignal
- 명령 프롬프트
- algorithm
- 최단 경로 알고리즘
- Math.ceil
- Alternating Characters
- 문자열
- Dynamic Programing
- hacker rank
- dynamic programming
- JUMPGAME
Archives
- Today
- Total
목록Algorithm/Code Signal (1)
Florescence
centuryFromYear
문제 https://app.codesignal.com/arcade/intro/level-1/egbueTZRRL5Mm4TXN Given a year, return the century it is in. The first century spans from the year 1 up to and including the year 100, the second - from the year 101 up to and including the year 200, etc. Example For year = 1905, the output should be solution(year) = 20; For year = 1700, the output should be solution(year) = 17. Input/Output [ex..
Algorithm/Code Signal
2023. 3. 10. 02:03