yangshun / tech-interview-handbook

💯 Curated coding interview preparation materials for busy software engineers

Home Page:https://www.techinterviewhandbook.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicate Question

abhijeet1403 opened this issue · comments

https://github.com/yangshun/tech-interview-handbook/blob/master/contents/algorithms/sorting-searching.md

Sort a list of numbers in which each number is at a distance K from its actual position.

is same as

Sort a list where each element is no more than k positions away from its sorted position.