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

[Solve] BJ11653 - 소인수분해 #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

[Solve] BJ11653 - 소인수분해 #12

wants to merge 1 commit into from

Conversation

KimShun
Copy link
Contributor

@KimShun KimShun commented Sep 6, 2023

📗 문제 제목

  • BJ11653 - 소인수분해

💭 코드 설명

  • 소인수분해는 해당 수를 소수들의 곱으로 표현하는 것으로, 소수들로 나눠서 구해야하는데, 구현하려 했으나 시간초과 문제로 구현못함.

대신에 2부터 나누기 시작해, 나누자마자 함수를 다시 실행시켜, 4, 6, 8 같은 숫자들로 나누지 못하게 하였음.

📷 스크린샷

⭐️ 수정 사항

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