Hi, I have an assignment to write a mini-paper about applications of common CS algorithms in real life. I'm thinking of making one related to Osu!, but is having a hard time finding an appropriate application. Does anyone have any ideas? Preferably one that isn't too hard to implement. The topic must be an application of one of the following algorithms:
- Brute Force
- Greedy
- Divide/Decrease and Conquer
- BFS/DFS/A*/any other common graph traversal/pathfinding algorithm
- String matching/pattern matching