forum

Applications of Computer Science Algorithms in Osu!

posted
Total Posts
5
Topic Starter
Trimonuter
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:

  1. Brute Force
  2. Greedy
  3. Divide/Decrease and Conquer
  4. BFS/DFS/A*/any other common graph traversal/pathfinding algorithm
  5. String matching/pattern matching
Actually it doesn't have to be related to Osu!, any interesting ideas is fine, say applications related to low-level programming/operating systems
Jangsoodlor
Sorting beatmaps based on various categories I think? Just slap any O(nlogn) sorting algorithm and call it a day.
Karmine
For brute force you can do a password crack, preferably on MD5 hashes to be able to test it.

Any graph algorithm will work on any graph and you can represent pretty much everything as graphs so just pick literally anything.

For strings matching you can do a search engine for whatever you want (like beatmaps if you want to do something osu related).

I don't really have ideas for the others.
BluePyTheWDeer_
*brain dies*
Polyspora
what is a computer science algorithm?
Please sign in to reply.

New reply