Skip to content

ratoru/psetgroups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Pset Groups

Website

This website was built to help Stanford students find pset groups for their classes.

Built with the help of a Next JS boilerplate and MIT's psetpartners.

Matching

The matchings are created using Edmonds' blossom algorithm, where each edge weight is 1 / (1 + d) where d is the weighted euclidian distance between two responses.