Project Details

  • Purpose: High School Class Project
  • Project Start: Fall 2019

Activity Selection Algorithm

  • Solution finder to a ranked-choice selection algorithm
  • It was a classwide project, so it required significant collaboration and version control
  • Ended up adapting the Stable Marriage algorithm, but explored a range of options, including greedy, genetic algorithm, and graph theory approaches
  • Written in Python