Fundamentals
/
Transaction Logs
⏸
00:00
↻
← Prev
Next →
▶
Question
Given an array of "userId1 userId2 amount" transaction strings and a threshold, return user IDs (sorted ascending as numbers) whose transaction count is strictly greater than the threshold.
▶
Understand
▶
Approach
▶
My Code
▶
Reference Solution
Compare
23