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
  • 61.77 kB
  • 1,000 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
  • 72.99 kB
  • 1,000 rows
  • 29 columns
Loading...
CREATE TABLE submission_ratings (
  "handle" VARCHAR,
  "n_3200" DOUBLE  -- 3200,
  "n_900" DOUBLE  -- 900,
  "n_1800" DOUBLE  -- 1800,
  "n_2700" DOUBLE  -- 2700,
  "n_1300" DOUBLE  -- 1300,
  "n_2200" DOUBLE  -- 2200,
  "n_3100" DOUBLE  -- 3100,
  "n_800" DOUBLE  -- 800,
  "n_1700" DOUBLE  -- 1700,
  "n_2600" DOUBLE  -- 2600,
  "n_3500" DOUBLE  -- 3500,
  "n_1200" DOUBLE  -- 1200,
  "n_2100" DOUBLE  -- 2100,
  "n_3000" DOUBLE  -- 3000,
  "n_1600" DOUBLE  -- 1600,
  "n_2500" DOUBLE  -- 2500,
  "n_3400" DOUBLE  -- 3400,
  "n_1100" DOUBLE  -- 1100,
  "n_2000" DOUBLE  -- 2000,
  "n_2900" DOUBLE  -- 2900,
  "n_1500" DOUBLE  -- 1500,
  "n_2400" DOUBLE  -- 2400,
  "n_3300" DOUBLE  -- 3300,
  "n_1000" DOUBLE  -- 1000,
  "n_1900" DOUBLE  -- 1900,
  "n_2800" DOUBLE  -- 2800,
  "n_1400" DOUBLE  -- 1400,
  "n_2300" DOUBLE  -- 2300
);

Submission Tags

@kaggle.u8d8ash8_codeforces_top_1000_coders.submission_tags
  • 115.2 kB
  • 1,000 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  -- *special,
  "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  -- 2-sat,
  "math" BIGINT,
  "handle_1" VARCHAR
);

Share link

Anyone who has the link will be able to view this.