当前位置:网站首页>2022.7.5-----leetcode.729
2022.7.5-----leetcode.729
2022-07-05 23:50:00 【路Lu727】
List<int[]> booked;//已预定区间
public MyCalendar() {
booked = new ArrayList<int[]>();
}
public boolean book(int start, int end) {
for (int[] arr : booked) {
int l = arr[0], r = arr[1];
//对于每个区间,判断是否会重叠
if ( start < r&&end> l ) {
return false;
}
}
booked.add(new int[]{start, end});
return true;
}边栏推荐
- 多普勒效应(多普勒频移)
- 15 MySQL stored procedures and functions
- 如何获取localStorage中存储的所有值
- Initialiser votre vecteur & initialisateur avec une liste Introduction à la Liste
- C reflection and type
- Rasa 3.x 学习系列-Rasa X 社区版(免费版) 更改
- 5. Logistic regression
- Russian Foreign Ministry: Japan and South Korea's participation in the NATO summit affects security and stability in Asia
- 教你在HbuilderX上使用模拟器运行uni-app,良心教学!!!
- Fiddler Everywhere 3.2.1 Crack
猜你喜欢

PV static creation and dynamic creation

Tips for using pads router

21.PWM应用编程

Breadth first search open turntable lock

教你在HbuilderX上使用模拟器运行uni-app,良心教学!!!

CAS and synchronized knowledge

Open source CRM customer relationship system management system source code, free sharing

Learn PWN from CTF wiki - ret2libc1

【二叉搜索树】增删改查功能代码实现

Redis高可用——主从复制、哨兵模式、集群
随机推荐
C# 文件与文件夹操作
【LeetCode】5. Valid palindrome
The use of El cascader and the solution of error reporting
[Luogu p3295] mengmengda (parallel search) (double)
云呐|固定资产管理系统主要操作流程有哪些
Zero rhino technology joined hands with the intelligence Club: the "causal faction" forum was successfully held, and the "causal revolution" brought the next generation of trusted AI
Redis high availability - master-slave replication, sentinel mode, cluster
Latex multiple linebreaks
Qcombox (rewrite) + qcompleter (auto completion, auto loading the drop-down options of qcombox, setting the background color)
XML配置文件(DTD详细讲解)
亲测可用fiddler手机抓包配置代理后没有网络
Learn PWN from CTF wiki - ret2libc1
Dynamic planning: robbing families and houses
When to use useImperativeHandle, useLayoutEffect, and useDebugValue
China Jinmao online electronic signature, accelerating the digitization of real estate business
[Yu Yue education] NC machining technology reference materials of Shaanxi University of science and technology
ts类型声明declare
20.移植Freetype字体库
【EF Core】EF Core与C# 数据类型映射关系
俄外交部:日韩参加北约峰会影响亚洲安全稳定