일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Counting cells in a blob
- 파이썬 포렌식
- Numpy
- 10953
- 2015 봄학기 알고리즘
- collections.deque
- C++
- 백준
- almostIncreasingSequence
- markdown
- data_structure
- til
- All Longest Strings
- 파이썬머신러닝완벽가이드
- Python
- 2750
- 피보나치 수
- shapeArea
- flask
- centuryFromYear
- baekjun
- matrixElementsSum
- recursion
- cpp
- 수 정렬하기
- Sequential Search
- Daily Commit
- codesignal
- adjacentElementsProduct
- codesingal
Archives
- Today
- Total
목록shapeArea 1
Introfor

[Intro] shapeArea
Below we will define an n-interesting polygon. Your task is to find the area of a polygon for a given n. A 1-interesting polygon is just a square with a side of length 1. An n-interesting polygon is obtained by taking the n - 1-interesting polygon and appending 1-interesting polygons to its rim, side by side. You can see the 1-, 2-, 3- and 4-interesting polygons in the picture below. 그림에서 보면 알 수..
Programming_prob/Codesignal
2020. 7. 18. 16:10