Counting Sort — сортировка подсчётом
💻Counting Sort
Counts the frequency of each value in an array, then reconstructs it. Linear complexity O(n + k), where k is the range of values. Stable and applicable for integers in a limited range
Article body and graph labels may still appear in Russian where English translations have not been added yet.
Loading map...
❓Часто задаваемые вопросы
Counting Sort — сортировка подсчётом — это тема о правилах, механизмах и практиках в своей области. Она помогает понять, как принимаются решения и к каким последствиям они приводят.
