Skip to content

🐜 Study: 방의 개수#86

Merged
ing-eoking merged 1 commit intoBugShelter:mainfrom
ing-eoking:04/18
Apr 21, 2025
Merged

🐜 Study: 방의 개수#86
ing-eoking merged 1 commit intoBugShelter:mainfrom
ing-eoking:04/18

Conversation

@ing-eoking
Copy link
Collaborator

πŸ“Œ κ΄€λ ¨ 문제

πŸ“‹ 풀이 μš”μ•½

μ’Œν‘œ 개수 2개 늘이기
생각보닀 μ‰¬μš΄ 문제

😞 μ‹€νŒ¨ν•œ ν…ŒμŠ€νŠΈ μΌ€μ΄μŠ€

@ing-eoking ing-eoking added Algorithm μ•Œκ³ λ¦¬μ¦˜ 문제 풀이 🐜 Study μ•Œκ³ λ¦¬μ¦˜ 문제 곡뢀 labels Apr 18, 2025
@ing-eoking ing-eoking requested a review from Copilot April 18, 2025 02:51
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR implements a new solution for the "방의 개수" problem by tracking vertices and edges to compute the room count.

  • Added the solution function implementing room counting via vertex and edge tracking.
  • Handles intermediate steps by updating positions iteratively over two passes per arrow.
Comments suppressed due to low confidence (1)

방의 개수.py:9

  • [nitpick] Consider renaming 'a' and 'b' to more descriptive names like 'start_point' and 'end_point' for enhanced clarity.
a, b = (x, y), (nx, ny)

@ing-eoking ing-eoking self-assigned this Apr 21, 2025
@ing-eoking ing-eoking merged commit 61c7db1 into BugShelter:main Apr 21, 2025
@ing-eoking ing-eoking deleted the 04/18 branch April 21, 2025 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Algorithm μ•Œκ³ λ¦¬μ¦˜ 문제 풀이 🐜 Study μ•Œκ³ λ¦¬μ¦˜ 문제 곡뢀

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[였늘의 μ•Œκ³ λ¦¬μ¦˜] 방의 개수

2 participants