ℹ️ Skipped - page is already crawled
| Filter | Status | Condition | Details |
|---|---|---|---|
| HTTP status | PASS | download_http_code = 200 | HTTP 200 |
| Age cutoff | PASS | download_stamp > now() - 6 MONTH | 0.6 months ago |
| History drop | PASS | isNull(history_drop_reason) | No drop reason |
| Spam/ban | PASS | fh_dont_index != 1 AND ml_spam_score = 0 | ml_spam_score=0 |
| Canonical | PASS | meta_canonical IS NULL OR = '' OR = src_unparsed | Not set |
| Property | Value | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| URL | https://leetcode.com/problems/number-of-visible-people-in-a-queue/ | ||||||||||||||||||
| Last Crawled | 2026-05-17 06:25:29 (17 days ago) | ||||||||||||||||||
| First Indexed | 2021-07-25 05:32:35 (4 years ago) | ||||||||||||||||||
| HTTP Status Code | 200 | ||||||||||||||||||
| Content | |||||||||||||||||||
| Meta Title | Number of Visible People in a Queue - LeetCode | ||||||||||||||||||
| Meta Description | Can you solve this real interview question? Number of Visible People in a Queue - There are n people standing in a queue, and they numbered from 0 to n - 1 in left to right order. You are given an array heights of distinct integers where heights[i] represents the height of the ith person. A person can see another person to their right in the queue if everybody in between is shorter than both of them. More formally, the ith person can see the jth person if i < j and min(heights[i], heights[j]) > max(heights[i+1], heights[i+2], ..., heights[j-1]). Return an array answer of length n where answer[i] is the number of people the ith person can see to their right in the queue. Example 1: [https://assets.leetcode.com/uploads/2021/05/29/queue-plane.jpg] Input: heights = [10,6,8,5,11,9] Output: [3,1,2,1,1,0] Explanation: Person 0 can see person 1, 2, and 4. Person 1 can see person 2. Person 2 can see person 3 and 4. Person 3 can see person 4. Person 4 can see person 5. Person 5 can see no one since nobody is to the right of them. Example 2: Input: heights = [5,1,2,3,10] Output: [4,1,1,1,0] Constraints: * n == heights.length * 1 <= n <= 105 * 1 <= heights[i] <= 105 * All the values of heights are unique. | ||||||||||||||||||
| Meta Canonical | null | ||||||||||||||||||
| Boilerpipe Text | heavy column, fetched on demand | ||||||||||||||||||
| Markdown | heavy column, fetched on demand | ||||||||||||||||||
| Readable Markdown | heavy column, fetched on demand | ||||||||||||||||||
| ML Classification | |||||||||||||||||||
| ML Categories |
Raw JSON{
"/Computers_and_Electronics": 763,
"/Computers_and_Electronics/Programming": 430,
"/Computers_and_Electronics/Programming/Scripting_Languages": 245,
"/Jobs_and_Education": 236,
"/Jobs_and_Education/Education": 181,
"/Jobs_and_Education/Education/Computer_Education": 143
} | ||||||||||||||||||
| ML Page Types |
Raw JSON{
"/Article": 905,
"/Article/Tutorial_or_Guide": 495
} | ||||||||||||||||||
| ML Intent Types |
Raw JSON{
"Informational": 979
} | ||||||||||||||||||
| Content Metadata | |||||||||||||||||||
| Language | en | ||||||||||||||||||
| Author | null | ||||||||||||||||||
| Publish Time | not set | ||||||||||||||||||
| Original Publish Time | 2021-07-25 05:32:35 (4 years ago) | ||||||||||||||||||
| Republished | No | ||||||||||||||||||
| Word Count (Total) | 513 | ||||||||||||||||||
| Word Count (Content) | 205 | ||||||||||||||||||
| Links | |||||||||||||||||||
| External Links | 0 | ||||||||||||||||||
| Internal Links | 21 | ||||||||||||||||||
| Technical SEO | |||||||||||||||||||
| Meta Nofollow | No | ||||||||||||||||||
| Meta Noarchive | No | ||||||||||||||||||
| JS Rendered | Yes | ||||||||||||||||||
| Redirect Target | null | ||||||||||||||||||
| Performance | |||||||||||||||||||
| Download Time (ms) | 322 | ||||||||||||||||||
| TTFB (ms) | 312 | ||||||||||||||||||
| Download Size (bytes) | 61,418 | ||||||||||||||||||
| Location | |||||||||||||||||||
| Host ID | 99 (laksa099) | ||||||||||||||||||
| Partition ID | 19 | ||||||||||||||||||
| Root Hash | 17128001481954483899 | ||||||||||||||||||
| Unparsed URL | com,leetcode!/problems/number-of-visible-people-in-a-queue/ s443 | ||||||||||||||||||