Interactive array visualization showing access, insert, delete, and search operations with animated element shifting. Compare fixed-size int[] arrays vs dynamic ArrayList. Linear search and binary search with step-by-step comparison counting. Shuffle, sort, and reverse utilities. Displays operation complexity (O(1) access, O(n) insert/delete, O(log n) binary search).