TetraTsunami / StudySearch

MadHacks 2023 Project
0 stars 0 forks source link

Algorithm for finding study groups #12

Closed traitboundnotsatisfied closed 11 months ago

traitboundnotsatisfied commented 11 months ago

@residualentropy is responsible for this. Integrates with #4.

Create a backtracking-based algorithm to generate study groups. Just need to make sure this isn't too painfully slow.

Might also want to add a loading screen if necessary. That's fine but a separate issue should be created for it.

traitboundnotsatisfied commented 11 months ago

DO it recursively :)

TetraTsunami commented 11 months ago

Implemented but I don't think we have the API paths yet