Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[268일차] 김리연 / 2 x n 타일링 #2274

Merged
merged 1 commit into from
Mar 27, 2025
Merged

Conversation

fldus
Copy link
Member

@fldus fldus commented Mar 26, 2025

✔ 문제

제목 사이트 레벨
2 x n 타일링 프로그래머스 Level.2

📃 문제 설명

  • 2 x n 타일링 : 가로 길이가 2이고 세로의 길이가 1인 직사각형모양의 타일이 있습니다. 이 직사각형 타일을 이용하여 세로의 길이가 2이고 가로의 길이가 n인 바닥을 가득 채우려고 합니다.
    직사각형의 가로의 길이 n이 매개변수로 주어질 때, 이 직사각형을 채우는 방법의 수를 return 하는 solution 함수를 완성해주세요.

@hyeonseo8822 hyeonseo8822 merged commit 2d0c919 into CODE-U-S:main Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants