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

feat: can use your own camera or bring it from the album #18

Merged

Conversation

Juhwa-Lee1023
Copy link
Owner

@LeeSungNo-ian
@jeong-hyeonHwang
@commitcomplete

Outline

Work Contents

  • 스토리보드와 뷰컨 추가
  • 네비게이션 연결
  • 뷰 구성

Trouble Point

1. Sudoku Pool does not end when incorrect photos (no sudoku, or if sudoku region is hard to understand) are uploaded.(잘못된 사진(스도쿠가 없거나, 스도쿠 영역을 파악하기 힘든 경우)이 업로드되면 스도쿠풀이가 끝나지않음.)

  • �Trouble Situation

    • The recursive function does not end if the Sudoku Pool algorithm has invalid number recognition and an invalid value is entered.(스도쿠 풀이 알고리즘에서 숫자인식이 잘못되어 잘못된 값이 들어오면 재귀함수가 끝나지않음.)
  • Trouble Shooting

    • Each time a recursive function returns, it counts a number to terminate the recursive function if it repeats more than a certain number of times.(재귀함수가 돌아올때마다 매번 숫자를 카운트하여 일정 횟수 이상 반복할 경우 재귀함수가 종료되도록함.)
    if(check >= 500000){
        return false
    }

image

@Juhwa-Lee1023 Juhwa-Lee1023 linked an issue Sep 14, 2022 that may be closed by this pull request
3 tasks
@Juhwa-Lee1023 Juhwa-Lee1023 merged commit 9c17ec5 into main Sep 15, 2022
@Juhwa-Lee1023 Juhwa-Lee1023 self-assigned this Sep 15, 2022
@Juhwa-Lee1023 Juhwa-Lee1023 added the bug Something isn't working label Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: can use your own camera or bring it from the album
2 participants