11 2023 档案

摘要:You have n binary tree nodes numbered from 0 to n - 1 where node i has two children leftChild[i] and rightChild[i], return true if and only if all the 阅读全文
posted @ 2023-11-20 09:38 Grandyang 阅读(172) 评论(0) 推荐(0) 编辑
摘要:Write a program to count the number of days between two dates. The two dates are given as strings, their format is YYYY-MM-DD as shown in the examples 阅读全文
posted @ 2023-11-12 12:18 Grandyang 阅读(97) 评论(0) 推荐(0) 编辑
摘要:Given n orders, each order consists of a pickup and a delivery service. Count all valid pickup/delivery possible sequences such that delivery(i) is al 阅读全文
posted @ 2023-11-06 08:02 Grandyang 阅读(76) 评论(0) 推荐(0) 编辑

Fork me on GitHub