vstrimaitis / google_codejam_stats

Website for examining statistics of Google Code Jam rounds
https://vstrimaitis.github.io/google_codejam_stats/
19 stars 11 forks source link

Add ability to find accepted solutions in different languages #16

Open vstrimaitis opened 4 years ago

vstrimaitis commented 4 years ago

It would be cool to be able to find correct solutions to GCJ problems in a specific programming language. For example, my primary language might be X (or I'm currently trying to learn this language), but most of the solutions are in C++ - how do I find solutions, which are written in the language X? Currently there is no way to do that.

chinesedfan commented 3 years ago

FYI. I have created a Node.js script in my fork's branch, because I am good at Javascript than Python.

See https://github.com/chinesedfan/google_codejam_stats/blob/langs/scripts/attempts.js.