ScottW1731 / ModemsOperandi

Project2ModemsOperandi
2 stars 2 forks source link

Automagic Builder #70

Open nickpreston24 opened 5 years ago

nickpreston24 commented 5 years ago
  1. create a dictionary of categories.
  2. get a list of parts (select * from parts) from parts table.
  3. provide a limit to some builds, e.g. # of cpus <=2
  4. sort parts by category name
  5. look at each category and stick as many in each slot as possible
  6. underlying algorithm is the greedy recursive algorithm
  7. If a build category is 'Gaming', favor CPU, GPU, and RAM, high cost generally being better anyways.