Fundamentals
/
Fetch Items To Display
⏸
00:00
↻
← Prev
Next →
▶
Question
Given items as [name, relevance, price], a sortParameter (0=name, 1=relevance, 2=price), a sortOrder (0=ascending, 1=descending), itemsPerPage, and pageNumber (0-indexed), return the names of items on the requested page after sorting.
▶
Understand
▶
Approach
▶
My Code
▶
Reference Solution
Compare
10