Skip to content

0919 이예은 3문제 #162

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

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

0919 이예은 3문제 #162

wants to merge 1 commit into from

Conversation

lye2i
Copy link
Collaborator

@lye2i lye2i commented Sep 17, 2023

[백준] 27497 알파벳블록

  • 난이도 : 실버2
  • 알고리즘 유형 : deque, 문자열
  • deque와 스택을 사용하여 앞뒤로 문자 추가, 삭제 진행하여 최종 문자열 출력하기

[백준] 2310 어드벤처 게임

  • 난이도 : 골드4
  • 알고리즘 유형 : dfs
  • 문제 이해하는게 오래 걸림 ㅠ
  • 갈 수 있는 경우에는 이동하면서 N번 방에 갈 수 있는지 확인, 재방문 할 수 있기 때문에 방문체크를 금액으로 해줌

[백준] 20058 마법사 상어와 파이어스톰

  • 난이도 : 골드3
  • 알고리즘 유형 : 구현, bfs
  • 단계에 따라 격자를 나눠 회전한 후, 인접한 칸 중 얼음이 없는 칸이 3개 이상이라면 얼음 하나씩 줄여가기
  • 남아있는 총 얼음의 합과 가장 큰 덩어리의 칸 갯수 구하기

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