kódsort
Kódsort is a theoretical concept in computer science that describes a hypothetical sorting algorithm capable of sorting any list of elements in a time complexity that is sub-linear in the size of the input, meaning faster than O(n). This is in contrast to all known comparison-based sorting algorithms, which have a theoretical lower bound of O(n log n) for general inputs.
The idea behind kódsort suggests that if an algorithm could somehow "understand" the underlying structure or
For example, if the input was a list of integers within a known, small range, an algorithm
However, it is widely accepted within the computer science community that kódsort, as a truly general-purpose