Baselight

Codeforces Top 1000 Coders

Information of Top 1000 Rated Coders on codeforces.com

@kaggle.u8d8ash8_codeforces_top_1000_coders

Loading...
Loading...

About this Dataset

Codeforces Top 1000 Coders

Information of top rated coders on codeforces.com

Why?

  • There was no such dataset present on the site until now
  • To gain insights on how the top competitors on the platform have reached where they are

How?

When?

  • The data is as of (04.07.2023)

Tables

Cf Top 1k

@kaggle.u8d8ash8_codeforces_top_1000_coders.cf_top_1k
  • 60.32 KB
  • 1000 rows
  • 13 columns
Loading...

CREATE TABLE cf_top_1k (
  "lastname" VARCHAR,
  "country" VARCHAR,
  "city" VARCHAR,
  "rating" BIGINT,
  "friendofcount" BIGINT,
  "handle" VARCHAR,
  "firstname" VARCHAR,
  "organization" VARCHAR,
  "rank" VARCHAR,
  "maxrating" BIGINT,
  "maxrank" VARCHAR,
  "yearsoncf" DOUBLE,
  "total_problems_solved" BIGINT
);

Submission Ratings

@kaggle.u8d8ash8_codeforces_top_1000_coders.submission_ratings
  • 71.28 KB
  • 1000 rows
  • 29 columns
Loading...

CREATE TABLE submission_ratings (
  "handle" VARCHAR,
  "n_3200" DOUBLE,
  "n_900" DOUBLE,
  "n_1800" DOUBLE,
  "n_2700" DOUBLE,
  "n_1300" DOUBLE,
  "n_2200" DOUBLE,
  "n_3100" DOUBLE,
  "n_800" DOUBLE,
  "n_1700" DOUBLE,
  "n_2600" DOUBLE,
  "n_3500" DOUBLE,
  "n_1200" DOUBLE,
  "n_2100" DOUBLE,
  "n_3000" DOUBLE,
  "n_1600" DOUBLE,
  "n_2500" DOUBLE,
  "n_3400" DOUBLE,
  "n_1100" DOUBLE,
  "n_2000" DOUBLE,
  "n_2900" DOUBLE,
  "n_1500" DOUBLE,
  "n_2400" DOUBLE,
  "n_3300" DOUBLE,
  "n_1000" DOUBLE,
  "n_1900" DOUBLE,
  "n_2800" DOUBLE,
  "n_1400" DOUBLE,
  "n_2300" DOUBLE
);

Submission Tags

@kaggle.u8d8ash8_codeforces_top_1000_coders.submission_tags
  • 112.5 KB
  • 1000 rows
  • 39 columns
Loading...

CREATE TABLE submission_tags (
  "handle" VARCHAR,
  "graphs" BIGINT,
  "constructive_algorithms" BIGINT,
  "divide_and_conquer" DOUBLE,
  "combinatorics" BIGINT,
  "matrices" DOUBLE,
  "binary_search" DOUBLE,
  "shortest_paths" DOUBLE,
  "bitmasks" DOUBLE,
  "hashing" DOUBLE,
  "dsu" DOUBLE,
  "meet_in_the_middle" DOUBLE,
  "graph_matchings" DOUBLE,
  "brute_force" BIGINT,
  "interactive" DOUBLE,
  "dfs_and_similar" DOUBLE,
  "greedy" BIGINT,
  "schedules" DOUBLE,
  "dp" BIGINT,
  "trees" DOUBLE,
  "n__special" DOUBLE,
  "fft" DOUBLE,
  "two_pointers" DOUBLE,
  "ternary_search" DOUBLE,
  "number_theory" DOUBLE,
  "string_suffix_structures" DOUBLE,
  "expression_parsing" DOUBLE,
  "data_structures" BIGINT,
  "strings" BIGINT,
  "probabilities" DOUBLE,
  "implementation" BIGINT,
  "chinese_remainder_theorem" DOUBLE,
  "flows" DOUBLE,
  "geometry" DOUBLE,
  "sortings" BIGINT,
  "games" DOUBLE,
  "n_2_sat" DOUBLE,
  "math" BIGINT,
  "handle_1" VARCHAR
);