Skip to content

[0715] 리트코드 937번 - Reorder Data in Log Files #108

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: junhyung
Choose a base branch
from

Conversation

Gothax
Copy link
Member

@Gothax Gothax commented Jul 15, 2025

📎 문제 링크

https://leetcode.com/problems/reorder-data-in-log-files/


📝 풀이 내용

기억할 포인트

  • arrayList를 array로 반환할때
    -> letterList.toArray(new String[0]);

  • 정렬할때 람다 (추가 로직이 필요해서)
    -> letterList.sort((o1, o2) -> {
    return <여기서 정렬하기>;
    });


💬 리뷰 요구사항

블로그에 작성한거 쭉 올리고 다른 문제도 풀어보겠습니닷


@Gothax Gothax self-assigned this Jul 15, 2025
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.

1 participant