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

[PC-268] Greedy 매칭 알고리즘 구현 #29

Merged
merged 52 commits into from
Jan 25, 2025

Conversation

devchlee12
Copy link
Member

@devchlee12 devchlee12 commented Jan 20, 2025

🔗 관련 이슈

PC-268

✨ 작업 내용

  • 지인 기반 차단기 구현
  • 이전 매칭 기반 차단기 구현
  • Greedy 매칭 알고리즘 구현
  • 매칭 알고리즘 구조 변경

✅ 체크리스트

  • 코드가 정상적으로 컴파일되나요?
  • 테스트 코드를 통과했나요?
  • merge할 브랜치의 위치를 확인했나요?
  • Label을 지정했나요?

🎃 새롭게 알게된 사항

📋 참고 사항

  • 안정 매칭이 구현완료될 떄까지는 Greedy 알고리즘을 사용해야할 것 같습니다.

[PC-273] 매칭 상대 차단 기능 구현
[PC-271] 매칭 수락 기능 및 연락처 조회 기능 구현
…iece

[PC-270] 매칭 조각 확인 기능 구현
…tching-algorithm

# Conflicts:
#	api/src/main/java/org/yapp/domain/match/application/algorithm/PreferenceBasedMatchingAlgorithm.java
#	build.gradle
Copy link

Unit Test Results

0 tests   0 ✔️  0s ⏱️
0 suites  0 💤
0 files    0

Results for commit b2017f9.

@devchlee12 devchlee12 merged commit fb13ec4 into develope Jan 25, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants