Query Kth Smallest Trimmed Number at DE Shaw

Medium47.1% acceptance

This problem has 75.0% frequency at DE Shaw.

Problem Description

You are given a **0-indexed** array of strings `nums`, where each string is of **equal length** and consists of only digits. You are also given a **0-indexed** 2D integer array `queries` where `queries[i] = [ki, trimi]`. For each `queries[i]`, you need to: * **Trim** each number in `nums` to its...

Read full problem and hints

Topics


More DE Shaw Questions

View all DE Shaw questions