Skip to content

[오늘의 알고리즘] 모음사전#77

Merged
ing-eoking merged 1 commit intoBugShelter:mainfrom
yongjun-0903:04-07
Apr 9, 2025
Merged

[오늘의 알고리즘] 모음사전#77
ing-eoking merged 1 commit intoBugShelter:mainfrom
yongjun-0903:04-07

Conversation

@yongjun-0903
Copy link
Collaborator

📌 관련 문제

📋 풀이 요약

  • product를 사용해 중복 순열을 구현할 수 있음
  • permutaions, combinations, product, combination_with_replacement 사용법 익히기

😞 실패한 테스트 케이스

  • 통과

@yongjun-0903 yongjun-0903 requested a review from ing-eoking April 7, 2025 11:38
@yongjun-0903 yongjun-0903 self-assigned this Apr 7, 2025
@yongjun-0903 yongjun-0903 added Algorithm 알고리즘 문제 풀이 🐜 Study 알고리즘 문제 공부 labels Apr 7, 2025
@yongjun-0903 yongjun-0903 linked an issue Apr 7, 2025 that may be closed by this pull request
@ing-eoking ing-eoking requested review from Copilot and removed request for ing-eoking April 9, 2025 01:26
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

yongjun-0903/모음사전.py:6

  • [nitpick] The variable name 'dictionary' might be misleading since it is a list of words and could be confused with Python's dict type. Consider renaming it to 'words' for improved clarity.
dictionary = []

yongjun-0903/모음사전.py:8

  • [nitpick] Consider using 'for length in range(1, 6):' instead of 'for i in range(5):' to directly represent word lengths and avoid the need for 'i+1'.
for i in range(5):

@ing-eoking ing-eoking self-requested a review April 9, 2025 01:29
@ing-eoking ing-eoking merged commit c3b3d89 into BugShelter:main Apr 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Algorithm 알고리즘 문제 풀이 🐜 Study 알고리즘 문제 공부

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[오늘의 알고리즘] 모음사전

3 participants