Skip to content

A program that takes JSON input to determine a compatibility score of applicants.

Notifications You must be signed in to change notification settings

leetmachine/compatability-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

compatability-predictor

Run this program by navigating into compatability-predictor/Release and running the executable.

This program reads in the JSON file "input.txt" in the Release directory which holds an array of team members and an array of applicants. The program will compute the compatability of an applicant to the team members based on intelligence. The program returns a JSON file "output.txt" in the Release directory which holds each applicant and their ApplicantScore which is a value of 0 - 1.

About

A program that takes JSON input to determine a compatibility score of applicants.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages