Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 825 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 825 Bytes

UVa Visualizer

This is code repository for a simple analytics visualization site for UVa online judge users using Uhunt API. The site is currently hosted at here.

Current features

Single User Analytics

  • Verdicts chart
  • Languages chart
  • Tags chart
  • Total tried problems count
  • Total solved problems count
  • Average and max attempts
  • Count of problems solved with one submission
  • List of unsolved problems

Comparison between two users

  • Verdicts compared
  • Languages compared
  • Total tried problem count compared
  • Total solved problem count compared
  • Average and max attempts compared
  • Count of problems solved with one submission compared
  • Tags compared

Issues

  • Contest data is not added yet