Блог пользователя codemastercpp

Автор codemastercpp, история, 2 года назад, По-английски

Hello CF,

UPD:

Sorry for necropost(?), but I had a lot of DMs about website being down, so I've updated it.

But the old link is invalid now, and it is hosted at: https://c2-ladders-juol.onrender.com

Thnx


I've seen a lot of people say very good things about a2oj ladders but I never used it because the problems in it are very old, as it was constructed by ahmed_aly 4-5 years ago, so I decided to try to recreate the ladders with updated data of codeforces, especially because nowadays CF is quite ad-hoc (and I like it:D).

I mostly followed the same procedure as described here, with some little changes, one of them being not having 800 rated problem in 1500 ladders, these ladders are based on problem rating. You can visit the website here https://c2-ladders.com

If you want to learn more about how I did it, I've uploaded a video on how I constructed it, which you can see here: https://youtu.be/xQuNwSFi4Ag

The website and the script both are open sources, feel free to make a PR if you want some change or just tell me in comments.

Website: https://github.com/prince776/c2ladders

Script: https://github.com/prince776/scripts-yt/tree/master/ladder

Here's a preview

Why C2Ladders? Well it stands for codemastercpp's codeforces ladders.

  • Проголосовать: нравится
  • +207
  • Проголосовать: не нравится

»
2 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by codemastercpp (previous revision, new revision, compare).

»
2 года назад, # |
  Проголосовать: нравится +10 Проголосовать: не нравится

Also the script took 20hrs to finish if anyone wanna run it again :D

»
2 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

I love it, thanks for the contribution.

»
2 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Hey CMC, This ladder is so damn helpful A suggestion would be to please add the facility to add the CF username to keep a track of all the problems solved so far from the list

CMC orz!

  • »
    »
    2 года назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    search your username on the search bar, it'll show which problems you've as AC/WA/TLE/MLE/RE/Others

»
2 года назад, # |
  Проголосовать: нравится +10 Проголосовать: не нравится

Small suggestion: I noticed that all of the problems in "< x" ladder are of rating "x — 100", so maybe just rename them to "x — 100" instead?

  • »
    »
    2 года назад, # ^ |
    Rev. 2   Проголосовать: нравится +19 Проголосовать: не нравится

    so Like name ladder like

    800, 900, 1000, 1100, ... ?

    • »
      »
      »
      2 года назад, # ^ |
      Rev. 3   Проголосовать: нравится 0 Проголосовать: не нравится

      like 900-1000,1000-1100 i guess thats what he meant just like a2oj did , looked nice

      Also if you would add a small number showing over the tab that how many had i solved and make a slide green line like a2oj which increases as you solve questions from that section

      • »
        »
        »
        »
        2 года назад, # ^ |
          Проголосовать: нравится 0 Проголосовать: не нравится

        oh ok, but shouldn't it be like 1200-1299, since 1300 is not included?

      • »
        »
        »
        »
        2 года назад, # ^ |
          Проголосовать: нравится +6 Проголосовать: не нравится

        He probably meant what he has written, write 800, 900, 1000, ..., 3400, and 3500 instead of <900, <1000, <1100, ..., <3500, and <3600.

»
2 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Hey, I would suggest add tag option too in the website

»
2 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Thanks for reconstructing , one request please add topic wise too sorted in difficulty order.

»
2 года назад, # |
  Проголосовать: нравится +8 Проголосовать: не нравится

Thank you for reconstructing the ladders.

The ladder also has a minor issue: it includes the same problem twice. For example, the problem Dreamoon Likes Coloring appears twice in the 1800 ladder.

Many contests can separate divisions. Usually, different divisions can share some common problems, i.e., Div.1 A can be similar to Div.2 C. My suggestion is to come up with some unique identifier for a problem. The identifier could be a pair of (name, rating).

  • »
    »
    2 года назад, # ^ |
      Проголосовать: нравится +11 Проголосовать: не нравится

    Actually there are different problems with same name, rating, I've deployed some changes to filter out based on name, contestId where contestId checks adjacent contests.

»
2 года назад, # |
Rev. 2   Проголосовать: нравится +1 Проголосовать: не нравится

cmc how so orz?? any tips Also change the svg icon of website :)

»
2 года назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

Great work!!

I have a request. Would it be possible to have the username search persist after reloads?

»
2 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

What does the term frequency means? I don't think that's the submisson count right?

»
2 года назад, # |
  Проголосовать: нравится +18 Проголосовать: не нравится

Hi, just a suggestion, can you make it so the webpage opens to a unique link when you enter you username and/or are in a particular difficulty section, how i open your site is through bookmarks on my browser and i have to navigate the site a bit each time to get to my settings ( i.e. inputting handle and selecting difficulty) if the url became something like https://c2-ladders.com/users/amarnathsama?difficulty=1800 then it would open at once, like this on Codeforces 1800 difficulty problems.

Also, really awesome site, this is my go to site now for practicing!

»
2 года назад, # |
Rev. 2   Проголосовать: нравится +9 Проголосовать: не нравится

I found bug(it has some problems in the list,but i show only for one): So click 1000: We have two fair numbers problems(58 and 99 in section now): https://codeforces.com/contest/1465/problem/B https://codeforces.com/problemset/problem/1411/B it is the same problem,only different name of contest So it is possible that we have 2 the same names and one is solve and one not)one is green,second not

»
23 месяца назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

What's the meaning of frequency in your list?

»
20 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Well done

»
10 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Great Work.... it lasted long and helped many

but nowadays (recent contest are harder ) compared to earlier, and (recent problems are harder ) compared to earlier , so we should practice the problems such that it will be helpful for us to solve problems in actual contests

So can please update the ladders with standard problems of recent , or some problems where we learning something new by solving those problems

There are many good coders who can contribute to this you can take help :)

»
7 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

The site has stopped working. Please look into this.

»
7 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Website is down. Could you please fix it?

»
7 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Sir plz fix the website

»
7 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

site is down ,plz fix it

»
7 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

C2 ladder website not working!!!

»
7 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

why c2ladders is not live? please confirm.

»
7 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Now your link is showing

This site can’t be reached Check if there is a typo in c2-ladders.com. DNS_PROBE_FINISHED_NXDOMAIN

»
7 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

the ladder is not available . Can someone help with it

»
7 месяцев назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

C2Ladders is not working.Getting following error This site can’t be reachedCheck if there is a typo in c2-ladders.com. DNS_PROBE_FINISHED_NXDOMAIN can you please check codemastercpp

»
7 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

The website is down for 3 days. Can anybody say why?? (09/27/2023)

»
7 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Why anyone would need any external website when CF itself has a nice sorting by rating/topic/solve-count feature?

»
7 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

why its not working anymore?

»
7 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

For people wondering C2 ladders has stopped working. Check this — https://acodedaily.com/ GitHub repo — https://github.com/i-pranav/ACDLadders

This is the recreated version of C2 ladders with updated data set.

»
7 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Great work... Eagerly waiting for the work to be completed...

»
7 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Site not working. Please check.

»
7 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by codemastercpp (previous revision, new revision, compare).