Leetcode Daily Question
@leetcodeDailyQuestionChannel
2.45K
subscribers
517
files
2.16K
links
Why are you asking me to do Leetcode for this CSS job?
Download Telegram
Join
Leetcode Daily Question
2.45K subscribers
Leetcode Daily Question
leetcode.com
2025-12-11
🟡
3531.count-covered-buildings
🏷️
Tags
#array
#hash_table
#sorting
Telegraph
count-covered-buildings
You are given a positive integer n, representing an n x n city. You are also given a 2D grid buildings, where buildings[i] = [x, y] denotes a unique building located at coordinates [x, y]. A building is covered if there is at least one building in all four…
Source
Solution
Leetcode Daily Question
leetcode.cn
2025-12-13
🟢
3606.coupon-code-validator
🏷️
Tags
#array
#hash_table
#string
#sorting
Telegraph
coupon-code-validator
给你三个长度为 n 的数组,分别描述 n 个优惠券的属性:code、businessLine 和 isActive。其中,第 i 个优惠券具有以下属性:
来源
答案
Leetcode Daily Question
leetcode.com
2025-12-13
🟢
3606.coupon-code-validator
🏷️
Tags
#array
#hash_table
#string
#sorting
Telegraph
coupon-code-validator
You are given three arrays of length n that describe the properties of n coupons: code, businessLine, and isActive. The ith coupon has:
Source
Solution