New
ML System Design & SQL tracks just landed
See what's new
×
Question Bank
Pricing
Blog
Forum
HOT
JobRadar
NEW
Referral
Description
Solution
Discussion
Submissions
Ask AI
Question Bank
Point72
Coding Question
AI Insights
Quick Summary
Parse input strings and aggregate transaction counts by unique price.
Calculate the target rank for the 80th percentile using integer arithmetic to avoid floating-point errors.
Sort distinct prices and scan sequentially to find the first price where the cumulative count reaches the target rank.
What This Tests
String parsing and data aggregation
Hash map frequency counting
Sorting and linear traversal
Safe integer arithmetic for large-scale thresholds
Common Patterns
Hashing
Sorting
Collapse
Hint
What Interviewers May Ask Next
Ask AI Assistant
Ask AI Assistant
Ask me anything about this coding question!
Qwen
Qwen3.6-Flash
0/2000
Auto
Debug
Run
Submit
Test Cases
Input
Output
Expected