Codeforces Top 1000 Coders
Information of Top 1000 Rated Coders on codeforces.com
@kaggle.u8d8ash8_codeforces_top_1000_coders
Information of Top 1000 Rated Coders on codeforces.com
@kaggle.u8d8ash8_codeforces_top_1000_coders
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
);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
);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
);Anyone who has the link will be able to view this.