Skip to content

Emis90/npmModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This is a matching algorithm that creates pairs between two groups of people based on their preferences. matching(firsGroup, seconGroup) //each group is an object with string key and array value //returns [[a, b], [c, d], [e, f]]

matching(firstGroup, secondGroup) takes in two objects where each person or student lists the other groups people in order of who they prefer to work with.

About

Simple npm module to pair students with each otheir based on their preference

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published