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 hintsTopics
More DE Shaw Questions
Find Minimum Cost to Remove Array ElementsMediumLetter Combinations of a Phone NumberMediumMaximum Points After Collecting Coins From All NodesHardRelative Sort ArrayEasyMaximum Strength of K Disjoint SubarraysHard
View all DE Shaw questions