按优先级合并预约(开始时间和结束时间)
创始人
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为当前预约的开始时间和结束时间。

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

相关内容

热门资讯

透视总结!德普之星透视软件免费... 透视总结!德普之星透视软件免费入口官网,德普之星私人局透视(透视)一直真的有脚本挂(哔哩哔哩)1)德...
透视演示!德普之星私人局透视,... 透视演示!德普之星私人局透视,德普之星透视辅助软件是真的吗(透视)一贯真的有脚本插件(哔哩哔哩)1、...
透视方式!pokemmo脚本最... 透视方式!pokemmo脚本最新版,哈糖大菠萝万能挂(透视)都是是有透视软件(哔哩哔哩)哈糖大菠萝万...
透视手筋!wpk透视辅助下载,... 透视手筋!wpk透视辅助下载,wpk透视辅助(透视)确实真的是有脚本挂(哔哩哔哩)1、每一步都需要思...
透视烘培!werplan脚本,... 透视烘培!werplan脚本,菠萝德州透视脚本(透视)一直有脚本器(哔哩哔哩)菠萝德州透视脚本能透视...
透视指引!哈糖大菠萝怎么挂,佛... 透视指引!哈糖大菠萝怎么挂,佛手在线大菠萝为什么都输(透视)一直是有脚本挂(哔哩哔哩)1、完成佛手在...
透视绝活!aapoker怎么开... 透视绝活!aapoker怎么开辅助器,aapoker透视脚本入口(透视)一直真的有脚本软件(哔哩哔哩...
透视方式!菠萝辅助器免费版的功... 透视方式!菠萝辅助器免费版的功能介绍,约局吧开挂(透视)切实真的有脚本工具(哔哩哔哩)所有人都在同一...
透视技法!aapoker免费透... 透视技法!aapoker免费透视脚本,aapoker插件下载(透视)真是有脚本神器(哔哩哔哩)透视技...
透视大纲!hhpoker必备开... 透视大纲!hhpoker必备开挂,hhpoker作必弊码怎么用(透视)原来是有脚本教程(哔哩哔哩)1...