Sorting Algorithms: Procedures used to arrange elements in ascending or descending order within an array.
Searching Algorithms: Techniques employed to find if a specific value exists within an array and determine its location.
Insertion/Deletion Algorithms: Methods used for adding or removing elements from specific positions within an array while maintaining its structure.