there will be a list of items in the form of a 2-dimensional string array where each element contains [name, relevance, price]. given the sort column, the sort order (0: ascending, 1: descending), the number of items to be displayed on each page (except for the last page which may have fewer), and a page number, determine the list of item names in the specified page while respecting the item's order. page numbering starts at 0. example items



Answer :

Other Questions