Skip to content

Conversation

jihostudy
Copy link
Member

Day-20 / 김지호

문제 번호

  1. 백준_BFS_단지번호붙이기

BFS 개념좀 복습하고 삼성 코테랑 비슷하길래 정형화된 패턴에 대해 공부했음~
할만한 문젠데 개념 복습하냐고 시간 다써서 한문제만~

(Optional) 공유하고 싶은 내용

  1. 필요하지 않은 경우의 수에 대해서는 BFS할 필요가 없다.
    -> 검증이 필요한 곳에서만 BFS를 쪼개서 할 수 있다.

  2. 2차원 배열 bfs (정형화된 패턴)
    dx dy로 방향 배열을 선언하고,
    nrow, ncol을 만드는 식으로 작성

@jihostudy jihostudy linked an issue Jul 20, 2024 that may be closed by this pull request
Copy link

우측에 있는 Projects, Milestone, Development를 확인 후 할당 해주세요~! 🙇

Copy link
Collaborator

@kinwjdghks kinwjdghks left a comment

Choose a reason for hiding this comment

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

bfs 중요하죠~~

Copy link
Contributor

@summer2788 summer2788 left a comment

Choose a reason for hiding this comment

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

아주 훌륭합니다

@jihostudy jihostudy merged commit 56cdb1f into main Jul 22, 2024
4 checks passed
@jihostudy jihostudy deleted the jiho branch July 22, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[DAILY] 20일차
3 participants