</>OfferRetriever
DashboardDiscuss
NEW

Spring Hire Sale

Limited Time Deal: Unlock all premium questions for over 30% off

$10.42$7.08

08

:

03

:

08

:

58

Get this deal
Back to Dashboard

Multi File Word Search

Medium

Question

You are given a list of documents where each document has a name and a body of text. Given a search query word, find and return all documents that contain the word (case-insensitive), sorted by the number of occurrences in descending order. If two documents have the same count, sort by document name in ascending order. ...