Skip to content
New issue

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

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

Already on GitHub? # to your account

Brute force 알고리즘 #33

Merged
merged 3 commits into from
Mar 24, 2022
Merged

Brute force 알고리즘 #33

merged 3 commits into from
Mar 24, 2022

Conversation

Yenowme
Copy link
Collaborator

@Yenowme Yenowme commented Mar 20, 2022

💻 풀이 문제

  • 졸업선물
  • K번째 큰 수
  • 멘토링
  • 자리수의 합
  • 뒤집은 소수

🚩 문제에 필요한 개념

  • 완전탐색 알고리즘
  • 경우의 수를 모두 풀어보는 알고리즘
  • 반복문, 조건문을 통해 경우의 수를 전부 풀어본다
  • 효율성이 매우 낮지만 정확도가 높은 알고리즘

🦜 문제 풀이

  • 내용을 적어주세요.

@Yenowme Yenowme merged commit 93230c1 into main Mar 24, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant