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

[FIX] 잘못된 LIS 알고리즘 분류명을 수정하고, 알고리즘 별명들을 추가 #137

Merged
merged 3 commits into from
Nov 3, 2024

Conversation

wzrabbit
Copy link
Owner

@wzrabbit wzrabbit commented Nov 3, 2024

PR 설명

본 PR에서는 아래의 두 작업을 수행하였습니다.

  1. 잘못된 LIS 알고리즘 분류명을 수정했습니다.

    • "가장 긴 증가하는 부분 수열: O(n log n)" $\rightarrow$ "가장 긴 증가하는 부분 수열: o(n log n)"
  2. 알고리즘 분류에 여러 별명들을 추가하였습니다.

    • b32bee9 커밋을 참고해 주세요.

@wzrabbit wzrabbit added 🚨 버그 버그 제보 / 버그를 해결 📗 알고리즘 분류 알고리즘 분류를 비롯한 데이터의 추가 및 관리 labels Nov 3, 2024
@wzrabbit wzrabbit self-assigned this Nov 3, 2024
@wzrabbit wzrabbit merged commit 1509b24 into develop Nov 3, 2024
1 check passed
@wzrabbit wzrabbit deleted the fix-wrong-lis-onlogn-tag branch November 3, 2024 10:54
@wzrabbit wzrabbit mentioned this pull request Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📗 알고리즘 분류 알고리즘 분류를 비롯한 데이터의 추가 및 관리 🚨 버그 버그 제보 / 버그를 해결
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant