Skip to content

[25/6월 5주차] 진행 내용 (06/30 ~ 07/06) #163

Description

@kyuung09

📅 이번 주 일정
날짜: 2025/06/30 ~ 2025/07/06

📋 진행 내용
Chapter5 그리디 06-1 회의실 배정하기(1931)
Chapter6 그리디 06-1 최솟값을 만드는 괄호 배치 찾기(1541)

📢 참고 사항
별도 커밋을 하지 않고, 이슈 내 댓글에 숙제를 올려주세요!
댓글 내 소스코드 작성 방법은 아래와 같습니다.

예시)

import java.util.Arrays;

public class Test{
    public static void main(String[] args) {
        System.out.println(Arrays.toString(players));
    }

    private static void swiping(String[] array, int i, int j) {
        String temp = array[i];
        array[i] = array[j];
        array[j] = temp;
    }
}

복사해서 사용하세요!

🗣️ 질문/피드백
이번 주 일정이나 진행 내용에 대해 궁금한 점이나 피드백이 있다면 댓글로 남겨주세요.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions