Pavel Bazin

Software Engineering and Management

#image processing

Applied Algorithms: Image Sort

Implement fast image sorting algorithm from scratch. Hands-on article covers basic of image processing and implements $O(n)$ sorting algorithm while discussing a bit of theory behind images on computers and applied algorithms with step-by-step reasoning.

Applied Algorithms: Image Sort