Alice52 / algorithms

This repository is for learning Algorithms.
https://programmercarl.com/
0 stars 0 forks source link

[daily] 2021-08-30 #156

Closed Alice52 closed 3 years ago

Alice52 commented 3 years ago
  1. reference

  2. discription

    • 拼车
  3. core

    • 差分数组: 最后判断是否有大于座位的
    • 优先队列: 需要下车的人都在前面 + 顺序的上车{座位不够时看需要下车的人都下车}

  1. reference

  2. discription

    • 区间加法
  3. core

    • 差分数组的计算

  1. reference
  2. discription
    • 检查是否区域内所有整数都被覆盖
  3. core

    • 差分数组 + 前缀和

  1. reference
  2. discription
    • 航班预订统计
  3. core

    • 差分数组: 注意 i 的含义

  1. [reference]()
  2. discription
    • N/A
  3. core

    • N/A