bubble sort algorithms: runs in a loop and swaps adjacent elements until they in the correct order. Can be found as a built in function in a spreadsheet or database
searching
filtering
counting
prioritization algorithm (business purposes): this is a sorting algorithm used to prioritize customer orders, help desk requests or even decide which region to prioritize sales in. The algorithm counts the frequency of the requests from low, medium, high then it will rank the orders to prioritize
association rule (machine learning): algorithms are being used in market basket analysis and medical diagnosis. association rules uncovers how items are associated with each other and reveal relationships between items in large data base