Match the algorithm type with its example use case:
Sorting Algorithms ↔️ Ordering items in a shopping cart by price
Searching Algorithms ↔️ Finding a user in a database
Graph Algorithms ↔️ Finding the shortest path in a map
Dynamic Programming Algorithms ↔️ Optimizing production schedules
Greedy Algorithms ↔️ Making change with fewest coins