Skip to content

๐Ÿœ Study: [1์ฐจ] ๋‰ด์Šค ํด๋Ÿฌ์Šคํ„ฐ๋ง#95

Merged
ing-eoking merged 1 commit intoBugShelter:mainfrom
ing-eoking:05/27
Jun 11, 2025
Merged

๐Ÿœ Study: [1์ฐจ] ๋‰ด์Šค ํด๋Ÿฌ์Šคํ„ฐ๋ง#95
ing-eoking merged 1 commit intoBugShelter:mainfrom
ing-eoking:05/27

Conversation

@ing-eoking
Copy link
Collaborator

๐Ÿ“Œ ๊ด€๋ จ ๋ฌธ์ œ

๐Ÿ“‹ ํ’€์ด ์š”์•ฝ

์ˆ˜ํ•™๋ฌธ์ œ

๐Ÿ˜ž ์‹คํŒจํ•œ ํ…Œ์ŠคํŠธ ์ผ€์ด์Šค

@ing-eoking ing-eoking requested review from Copilot and yongjun-0903 and removed request for yongjun-0903 May 26, 2025 23:53
@ing-eoking ing-eoking self-assigned this May 26, 2025
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 solution for the ๋‰ด์Šค ํด๋Ÿฌ์Šคํ„ฐ๋ง problem using Pythonโ€™s Counter and Lambda functions for processing string pairs.

  • Implements multi-set operations to calculate a Jaccard similarity index
  • Applies normalization by converting input strings to lowercase and filtering non-alphabetic pairs
Comments suppressed due to low confidence (2)

ing-eoking/[1์ฐจ] ๋‰ด์Šค ํด๋Ÿฌ์Šคํ„ฐ๋ง.py:8

  • [nitpick] Consider renaming 'itr' to a more descriptive name such as 'intersection_count' for improved clarity.
itr = sum((a & b).values())

ing-eoking/[1์ฐจ] ๋‰ด์Šค ํด๋Ÿฌ์Šคํ„ฐ๋ง.py:9

  • [nitpick] Consider renaming 'uni' to a more descriptive name such as 'union_count' for clarity.
uni = sum((a | b).values())

@ing-eoking ing-eoking added Algorithm ์•Œ๊ณ ๋ฆฌ์ฆ˜ ๋ฌธ์ œ ํ’€์ด ๐Ÿœ Study ์•Œ๊ณ ๋ฆฌ์ฆ˜ ๋ฌธ์ œ ๊ณต๋ถ€ labels May 26, 2025
@ing-eoking ing-eoking requested a review from yongjun-0903 May 26, 2025 23:53
@ing-eoking ing-eoking merged commit f108712 into BugShelter:main Jun 11, 2025
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.

[์˜ค๋Š˜์˜ ์•Œ๊ณ ๋ฆฌ์ฆ˜] [1์ฐจ] ๋‰ด์Šค ํด๋Ÿฌ์Šคํ„ฐ๋ง

2 participants