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

[03주차 정지원] 최소직사각형 #17

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

jiwonsudo
Copy link
Contributor

🔎 문제 소개

🖊️ 풀이

  • 시간 복잡도: ?
  • 입력의 크기:
    • 1 <= sizes.length <= 10000
    • 1 <= w, h <= 1000
    • w, h는 자연수

완전 탐색(브루트 포스)를 문제 유형을 알고 풀어본 것은 처음이라, 효율성 개선에 집중해야겠다는 생각을 했습니다.

  • 추가: .gitignore 파일에 .js (자바스크립트) 파일이 업로드 가능하게 포함되어 있지 않아 수정했습니다.

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.

1 participant