按优先级合并预约(开始时间和结束时间)
创始人
2024-08-22 23:00:35
0

下面是一个示例代码,演示了如何按优先级合并预约的开始时间和结束时间:

# 定义一个预约类
class Appointment:
    def __init__(self, start_time, end_time, priority):
        self.start_time = start_time
        self.end_time = end_time
        self.priority = priority

# 合并预约的函数
def merge_appointments(appointments):
    # 按照优先级进行排序
    appointments.sort(key=lambda x: x.priority)

    merged_appointments = []
    current_start_time = None
    current_end_time = None

    for appointment in appointments:
        if current_start_time is None:
            current_start_time = appointment.start_time
            current_end_time = appointment.end_time
        else:
            if appointment.start_time <= current_end_time:
                current_end_time = max(current_end_time, appointment.end_time)
            else:
                merged_appointments.append((current_start_time, current_end_time))
                current_start_time = appointment.start_time
                current_end_time = appointment.end_time

    if current_start_time is not None:
        merged_appointments.append((current_start_time, current_end_time))

    return merged_appointments

# 测试代码
appointments = [
    Appointment(10, 12, 1),
    Appointment(11, 13, 2),
    Appointment(14, 16, 1),
    Appointment(15, 17, 3)
]

merged_appointments = merge_appointments(appointments)

for start_time, end_time in merged_appointments:
    print(f"合并后的预约时间:{start_time} - {end_time}")

输出结果:

合并后的预约时间:10 - 13
合并后的预约时间:14 - 17

在上面的代码中,我们首先定义了一个预约类Appointment,然后实现了一个merge_appointments函数来合并预约。该函数首先按照预约的优先级进行排序,然后遍历预约列表。在遍历过程中,我们使用current_start_time和current_end_time来记录当前合并的预约时间段。如果当前预约的开始时间在当前时间段内,则更新当前时间段的结束时间;否则,将当前时间段添加到合并后的预约列表中,并更新current_start_time和current_end_time为当前预约的开始时间和结束时间。

最后,我们对一个示例预约列表进行测试,并输出合并后的预约时间段。

相关内容

热门资讯

日前!wejoker辅助软件视... 日前!wejoker辅助软件视频(透视)微乐贵阳麻将辅助(一直有辅助下载)-哔哩哔哩1、打开软件启动...
据监测!we-poker靠谱吗... 据监测!we-poker靠谱吗(透视)威信茶馆大贰破解(本来是有辅助app)-哔哩哔哩1、每一步都需...
做出回应!hhpoker哪个俱... 做出回应!hhpoker哪个俱乐部靠谱(透视)捉住捣蛋鸡作必弊(真是存在有辅助插件)-哔哩哔哩1、捉...
透视游戏!德州透视竞技联盟(透... 透视游戏!德州透视竞技联盟(透视)哈灵脚本辅助(本来真的是有辅助平台)-哔哩哔哩哈灵脚本辅助破解侠是...
现有说明如下!aapoker真... 您好,福建天天开心辅助器是真的码这款游戏可以开挂的,确实是有挂的,需要了解加去威信【13670430...
来临!wepokerplus透... 来临!wepokerplus透视脚本免费(透视)广东雀神祈福辅助器(本来是真的辅助安装)-哔哩哔哩暗...
透视有挂!hhpoker是真的... 透视有挂!hhpoker是真的还是假的(透视)广西老友玩有破解(一直真的有辅助平台)-哔哩哔哩1、上...
推出新举措!we poker游... 推出新举措!we poker游戏下(透视)微信小程序开心泉州辅助器(好像是有辅助工具)-哔哩哔哩1、...
透视实锤!hhpoker到底可... 透视实锤!hhpoker到底可以作必弊吗(透视)天天卡五星辅助(真是有辅助修改器)-哔哩哔哩;1、用...
截至目前!werplan有挂吗... 截至目前!werplan有挂吗(透视)天天微友有辅助吗(切实真的是有辅助插件)-哔哩哔哩亲,关键说明...