issues
search
ScottW1731
/
ModemsOperandi
Project2ModemsOperandi
2
stars
2
forks
source link
Automagic Builder
#70
Open
nickpreston24
opened
5 years ago
nickpreston24
commented
5 years ago
create a dictionary of categories.
get a list of parts (select * from parts) from
parts
table.
provide a limit to some builds, e.g. # of cpus <=2
sort parts by category name
look at each category and stick as many in each slot as possible
underlying algorithm is the greedy recursive algorithm
If a build category is 'Gaming', favor CPU, GPU, and RAM, high cost generally being better anyways.
parts
table.