Title: AI-Enhanced Sorting Techniques: Revolutionizing Data Processing and Analysis
Authors: Mohammad Khair Kassab, Mazen Ihlayyel, Samy S. Abu-Naser
Volume: 9
Issue: 6
Pages: 19-24
Publication Date: 2025/06/28
Abstract:
Sorting is a fundamental operation in data processing, serving as the backbone for efficient searching, analytics, and data management. This paper investigates two well-known sorting algorithms, QuickSort and MergeSort, with an emphasis on their computational complexities and real-world applications. In light of recent advancements in artificial intelligence, AI-driven enhancements are explored to optimize sorting performance. Python implementations of both algorithms are presented to compare their efficiency and highlight potential performance improvements through AI-based optimizations.