google_codejam_stats icon indicating copy to clipboard operation
google_codejam_stats copied to clipboard

Add ability to find accepted solutions in different languages

Open vstrimaitis opened this issue 5 years ago • 1 comments

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.

vstrimaitis avatar Apr 06 '20 12:04 vstrimaitis

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.

chinesedfan avatar Jun 05 '21 10:06 chinesedfan