You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JavaScript implementation of Selection Sort with support for custom comparator functions, allowing ascending, descending, or custom ordering. Features in-place sorting, robust input validation, optimized swaps, and modular ESM structure with demonstration scripts.