can somebody please give suggestions for sorting algorithms that works by manually sorting items? In our game, wehave the segregAtion part where the player manually drag-and-drops the trash to the trash bins. There are two bins, the biodegradable and non bio. When the trash is dropped to a correct bin classification, the player earns points. If not, no points are earned.
We used to have the bucket algorithm for sorting trash but our prof said it is not applicable bcoz bucket works by AUTOMATICALLY sorting trash. In our game, the player is the one sorting it. Does anyone know here if bucket sorting can be applied when manually sorting??
Thanks!