AI-comp / wpcs

2 stars 2 forks source link

Should groups have their scores for improving performance? #168

Open exKAZUu opened 11 years ago

exKAZUu commented 11 years ago

Currently, groups do not have scores so score calculation frequently is required when sorting groups. But, the number of problems is very few, so it does not affect performance, I think...

ss0201 commented 11 years ago

Yeah, O(GPU) where G = # groups, P = # problems, U = # updates (F5) in delta t. A piece of cake, I think...