DMOJ / online-judge

A modern open-source online judge and contest platform system.
https://dmoj.ca
GNU Affero General Public License v3.0
901 stars 350 forks source link

Organization Rankings #18

Open quantum5 opened 9 years ago

quantum5 commented 9 years ago

May be we should add total points to organization page.

Total problem count is considered but implementation could not be efficient.

FatalEagle commented 9 years ago

That would encourage dummy accounts submitting easy problems for points. A better solution is to have ranking based a weighted average of the top few members of an organization.

quantum5 commented 9 years ago

I afraid that would be a little too expensive unless it is recalculated per submit.

Xyene commented 8 years ago

Something new to consider is weighted contest rating. It's perhaps the best way to rank organizations, though it would put a disconnect between the users page (ranked by problem points) and the proposed organization page.