What are summarizingLong and LongSummaryStatistics?
118
What are summarizingLong and LongSummaryStatistics?
What collections did you use in your solution (HashMap and ArrayList) and what role does each play?
How is HashMap structured internally? What is a bucket, how does insertion occur, what is a collision, and what is rehashing?
How does LinkedHashMap differ from HashMap? What ensures the insertion order?