You can use several words in query to find by all of them at the same time. In addition, if you are lucky search understands word forms and some synonyms. It supports search by title and author. Examples:

  • 305 — search for 305, most probably it will find blogs about the Round 305
  • andrew stankevich contests — search for words "andrew", "stankevich" and "contests" at the same time
  • user:mikemirzayanov title:testlib — search containing "testlib" in title by MikeMirzayanov
  • "vk cup" — use quotes to find phrase as is
  • title:educational — search in title

Results

1.

catalog

Last visit:  5 years ago
Registered:  5 years ago
2.
By MikeMirzayanov, 2 years ago, In English
New Year Gift: Codeforces Catalog — Early Access <img style="float:right; margin: 1em 0 0 0; width:200px;" src="/predownloaded/13/56/1356aec5e821992f4dc1d1c8b297917eae36d5be.jpg"/> Hey! Are you celebrating the New Year already? I wish you a Happy New Year. I wish you progress, joy and health. We decided to show the current progress in the catalog of significant Codeforces posts. So far, quite a bit has been implemented, but somehow you can already use it! Would you like to see it? Follow the link: <br/> <div style="font-size:30px;"><a href="https://codeforces.com/catalog">Catalog &rarr;</a></div> <br/> As planned, the catalog will collect and classify interesting and useful posts from Codeforces. Indeed, many useful articles have been written in Codeforces over 12 years (God, already 12 years!). The catalog will be a kind of Codeforces golden fund in the future. The catalog is a tree of topics to which posts can be added. We will still work on its functionality, for now there are only basic features. Don't ...
New Year Gift: Codeforces Catalog — Early Access, Catalog → <https://codeforces.com/<B>catalog</B>>, the catalog of significant Codeforces posts. So far, quite a bit has been implemented, but somehow, there is a disagreement on the contents of the catalog, the administration will make the final, As planned, the catalog will collect and classify interesting and useful posts from Codeforces, Hope this will be helpful. And together we can put together a catalog and keep thecatalog up to, P.S. Many thanks to [user:KAN,2021-12-31] who helped a lot with suggestions and catalog initial, The catalog is a tree of topics to which posts can be added. We will still work on its, The catalog will be a kind of Codeforces golden fund in the future., We decided to show the current progress in the catalog of significant Codeforces posts.

Full text and comments »

  • Vote: I like it
  • +1754
  • Vote: I do not like it

3.
By SlavicG, 2 years ago, In English
How to use Codeforces [GUIDE] I see a lot of newcomers struggling to use the website to it's fullest, so I decided to write a blog that has all important information about how to use Codeforces in a single place. I will update it with time, so feel free to write your suggestions/questions in case I missed something and I will be glad to add it to the post! I would like to thank [user:_Vanilla_,2022-02-05] and [user:mesanu,2022-02-05] for helping me write the blog, and [user:Monogon,2022-02-05], [user:down,2022-02-05] and [user:AlperenT,2022-02-05] for proofreading and giving suggestions. #### Navigating through pages ![ ](https://media.discordapp.net/attachments/705371983650619454/928235498487570442/bandicam_2022-01-05_12-36-00-134.jpg?width=991&height=110) It's possible to navigate through most pages of Codeforces using the bar on the top, I will talk about what each tab does more in depth below: #### The Help Page The help page contains the answer to a lot of questions about Codeforces, such as rati...
#### What is the Catalog? Catalog page can be accessed using the "Catalog" button on the menu bar

Full text and comments »

  • Vote: I like it
  • +726
  • Vote: I do not like it

4.
By Zhtluo, history, 2 months ago, In English
The Reason You are Bad at Codeforces — You are Not Russian Enough If you are triggered by this clickbaity blog title, you are probably interested in improving your Codeforces skills. Now, I will share my point of view on the differences between Codeforces and ICPC contests, and how you can, in my humble opinion, maximize your Codeforces rating gain. I mostly consider that all conceivable competitive programming problems need three aspects of skill: 1. Observation &mdash; the ability to understand the problem and come up with non-trivial properties. 2. Technique &mdash; the ability to apply a well-known algorithm or data structure to the problem. 3. Implementation &mdash; the ability to code fast and debug fast. Collaterally, I refer to these three skills as Russian-ness, Chinese-ness and American-ness, respectively, for reasons you will soon see below. ## Observation (Russian-ness) Observation means that you stare at some problem for a sufficient amount of time and you are able to reduce it to some easier problem. One good proble...
Codeforces Catalog will just say that you should do more problems. That is obviously true, but it reminds me, A lot of people in Codeforces Catalog will just say that you should do more problems. That is

Full text and comments »

  • Vote: I like it
  • +772
  • Vote: I do not like it

5.
By -is-this-fft-, history, 20 months ago, In English
On "is this greedy or DP", forcing and rubber bands #### Introduction When it comes to "problem-solving techniques", there are roughly 3 levels: 1. Concrete algorithms (Kruskal's algorithm, Li-Chao tree, fast Fourier transform) 2. General patterns (dynamic programming, greedy, square-root decomposition) 3. Meta-strategies ("how do I even go about solving this problem?") There is some grey area, but in general this classification works well. [Many tutorials](https://codeforces.com/catalog) have been written about ideas that fall into 1 or 2. But very little has been written about the third category. On the catalog, I think the only blogs that really qualify are [this](62730) and [this](20548). There is also [this](92248?#comment-809401) valuable comment. As to why there is so little written, I think I can identify two reasons. - Most strong contestants don't really consciously think about these. After solving a problem with FFT, it's hard not to know you used FFT. If you used DP, even if you did it without thinki...
well. [Many tutorials](https://codeforces.com/catalog) have been written about ideas that fall, [Many tutorials](https://codeforces.com/catalog) have been written about ideas that fall into 1 or

Full text and comments »

  • Vote: I like it
  • +548
  • Vote: I do not like it

6.
By peltorator, 16 months ago, In English
Codeforces Month of Blog Posts (win $300) **TL;DR:** Write an interesting CodeForces blog post until February 15th and win $300. **UPD: Second place will receive $50.** **UPD2: Competition is over, The results are available [here](https://codeforces.com/blog/entry/113041).** I am a huge fan of CodeForces and specifically CodeForces blog posts! There are tens and hundreds of gems posted on this platform throughout the years. Thankfully, recently there was added the [catalog](https://codeforces.com/catalog) page where a lot of cool articles can be found. Personally, if I want to remember some classical algorithm, I would go to websites like [cp-algorithms](https://cp-algorithms.com/), but CodeForces is the place where new or rare stuff is born, where new points of view emerge. I think it is one of the most valuable functions of this website, and I would like to facilitate its growth. I know that many people have cool ideas in their minds that they came up with or maybe something that is known only in their community on ...
[catalog](https://codeforces.com/catalog) page where a lot of cool articles can be found. Personally, if I, . Thankfully, recently there was added the [catalog](https://codeforces.com/ catalog) page where a lot of

Full text and comments »

  • Vote: I like it
  • +579
  • Vote: I do not like it

7.
By nor, 15 months ago, In English
Improvement suggestions for CF Catalog Firstly, the CF Catalog is a great feature that makes it much easier to learn topics by having a lot of educational content in the same place, so thanks [user:MikeMirzayanov,2023-01-14]! I was originally going to post this as a comment under the catalog announcement blog, but it became too large for a single comment, and it will probably need some more discussion. I want to suggest the following improvements for the catalog (and initiate a discussion on how best to tackle these issues with the current version): 1. **Multiple topics per blog** 2. **Blog submission for review** The reasons and detailed suggestions are as follows: [cut] $ $ **Multiple topics per blog**: Sometimes, a blog might not fit into just one category at a time. For example, consider the following blogs: 1. [This blog](https://codeforces.com/blog/entry/75627) fits into both combinatorics and trees. 2. [This blog](https://codeforces.com/blog/entry/98413), even though it is in the NT ...
Improvement suggestions for CF Catalog, collection of a lot of major ideas concerned with that topic, it is still not in thecatalog. I, is $\ge 2400$ is to avoid spam and vandalism in the catalog. However, I think it is not optimal for, suggest their own blogs, making the catalog more complete. 2. If a red is unsure of which category, the catalog. Sure, reds can directly add things to the catalog. The idea is to also allow people, 1. This gives the (somewhat thankless) task of finding and adding content to the catalog only to, Firstly, the CF Catalog is a great feature that makes it much easier to learn topics by having a, I want to suggest the following improvements for the catalog (and initiate a discussion on how best, I was originally going to post this as a comment under the catalog announcement blog, but it became

Full text and comments »

  • Vote: I like it
  • +146
  • Vote: I do not like it

8.
By purplesyringa, 3 years ago, In English
This is not an exit. ![This is not an exit.](https://i.ibb.co/N9zrDNp/cf.png) I am looking at the post called [*Is Mike Mirzayanov dictator?*](https://codeforces.com/blog/entry/94033) at the moment. I'm reading through the comments, I'm looking at people's reactions, I'm reading Mike's replies, and... I am utterly disappointed. I demand progress. For context, I do believe Codeforces is the best website for competitive programming contests at the moment. I sincerely give credit to Mike for creating Codeforces and providing participants and contest authors a platform for interaction completely for free. I am confident that Codeforces is the most appropriate website for being *the* platform for sharing knowledge, exchanging tricks and methods, and collaboration between both contest participants, their authors, and coordinators. **Please consider this an open letter**, for this is a will not of a single person, but of many individuals. Please consider signing it by stating so in a comment under the...
collect the “Codeforces golden fund” into a kind of catalog. I have already done quite a lot in this, long time. In particular, I want to collect the “Codeforces golden fund” into a kind ofcatalog. I have

Full text and comments »

  • Vote: I like it
  • +527
  • Vote: I do not like it

9.
By gojira, 2 years ago, In English
A look at Competitive Programming post-hibernation Hello friends! As I've recollected in a previous [post](https://codeforces.com/blog/entry/97566), I am an old competitor who hadn't really participated since ~2014, and recently got a bout of nostalgia to return to Competitive Programming. So, I did a couple Topcoder SRMs, suffered through some SNWS rounds, participated in [three regional 5hr competitions](https://contest.yandex.ru/3QF2021) on three consecutive days, and dozed off at every Codeforces contest I tried to wake up for. A lot of things are still the same as 8 years ago: [user:tourist,2022-01-26] is still at the top, grey coders still ask for how many minutes to solve a problem before reading the editorial, Russian university teams [continue winning](https://icpc.global/worldfinals/results) ACM ICPC, and Snarknews never gives up on his alternate competition formats. But in this post, I want to focus on the new patterns that emerged since my last time around. #### #1: Codeforces rounds timing Did you know that t...
#### #3: The AtCoder library and the Codeforces Catalog, /bbd2b1662da477b22faf056c74d8114c8121ee5f.png) #### #3: The AtCoder library and the CodeforcesCatalog There is another, More generally, I can see there is a whole [catalog](https://codeforces.com/ catalog) here on CF

Full text and comments »

  • Vote: I like it
  • +371
  • Vote: I do not like it

10.
By qwexd, 20 months ago, In English
Codeforces Team To Do List ***This blog is to list common bugs/suggestions/complaints for [user:MikeMirzayanov,2022-09-09]. Share your ideas in the comments so I can add them to the list.*** - Make offical dark mode. - Add discussion section for each problem in the editoral. - Add unrated registeration. - Make upvotes and downvotes changable. - Rename "friends" to "followers". - Add report user option. - Add the dislike button([dislikes:1]). - Change hacked code verdict to "Verdict"(hacked) instead of just "Hacked". - Problem submission syncing *(i.e. if you solve a problem in a mashup or a div 2, your submission will show up in the div 1 version of the problem as well)*. - Seperate show tags and show problem rating options for problemset. - An option for excluding tags when filtering problems *(for example, let's say I want to do some DP problems, but I don't want greedy proble...
"article", "publish", "post" or something. - Make the folder icon in thecatalog clickable, - Make the folder icon in the catalog clickable so that we can collapse certain columns while

Full text and comments »

  • Vote: I like it
  • +365
  • Vote: I do not like it

11.
By SuperJ6, 12 months ago, In English
How to Effectively Practice CP + Problem Solving Guide This is a slight tweak of [a practice guide](https://www.reddit.com/r/usaco/comments/pk3tjp/the_ultimate_usaco_practice_method/) I wrote a while ago on USACO reddit since I thought it could be helpful to people here. Some USACO specific sections or extra clutter I left out here that aren't needed for a general audience. This should cover all general cp advice I have so I never have to retype. #Introduction This is a post on how I believe is the best method to practice modern day competitive programming based on my experiences. I assume you already have some knowledge and know simple things like binary search and dfs/bfs, but **read the footnote if you are complete beginner** (never code, solved <50 problems, div2 A/B too difficult, grey or stuck low pupil). First, a quick tl;dr of the practice strategy before a bunch of specifics and explanation: >**In short, mostly you only need to use codeforces (no matter what contest you're training for), find a rating range where you c...
Codeacademy — https://www.codecademy.com/catalog/language/c-plus-plus, ://www.codecademy.com/catalog/language/c-plus-plus --- # Extra Advice How to Think to Solve Problems

Full text and comments »

  • Vote: I like it
  • +306
  • Vote: I do not like it

12.
By -is-this-fft-, history, 2 years ago, In English
Userscript: table view in Catalog #### Background When [Catalog](https://codeforces.com/catalog) was first introduced, I asked for a way to sort by blog creation time to be able to check for new blogs. Sadly, this has not been implemented, at least the way I imagined it (there is a time filter though). So, I decided to implement it myself. The result is an userscript. #### Features ![ ](/predownloaded/cb/20/cb2030e1ffe36060519c240682ce83653c1c1cd9.png) I think the concept is pretty self-explanatory. Some notes: - You can click on the table headers to sort by a field. By default, we sort descending based on creation time. - Whether or not you are using the table view is saved in a cookie. If you have turned on table view, it will still be on the next time you visit the page, so you can use it as a "default" if you want to. - The script is disabled when in management mode because you can't really do management in this view. - Open source, so you can customize it if you want. #### Installation - In...
Userscript: table view in Catalog, #### Background When [Catalog](https://codeforces.com/catalog) was first introduced, I asked for, When [Catalog](https://codeforces.com/catalog) was first introduced, I asked for a way to sort by

Full text and comments »

  • Vote: I like it
  • +98
  • Vote: I do not like it

13.
By ch_egor, 4 years ago, In Russian
Разбор контеста на стажировку в Яндексе 2019 Привет! В феврале стартовал набор на [летнюю стажировку](http://yandex.ru/yaintern/?utm_source=cf) для разработчиков и аналитиков в [user:Yandex,2020-03-24]. Мы подготовили [тренировку](https://codeforces.com/gym/102558), куда вошли задачи контеста для разработчиков бэкенда, которые были использованы в процессе отбора в прошлом году. **Задачи соревнования подготовлены:** - [problem:102558A] подготовил и разобрал [user:Pavluha,2020-03-20] - [problem:102558B] подготовил и разобрал [user:ch_egor,2020-03-20] - [problem:102558C] подготовил и разобрал [user:Lollipop,2020-03-20] - [problem:102558D] подготовил и разобрал [user:Lollipop,2020-03-20] - [problem:102558E] подготовил [user:halyavin,2020-03-20], разобрал [user:Lollipop,2020-03-20] - [problem:102558F] подготовил и разобрал [user:ch_egor,2020-03-20] А также [user:Chmel_Tolstiy,2020-03-23], [user:Andreikkaa,2020-03-23], [user:dalex,2020-03-23], [user:BogolyubskiyAlexey,2020-03-23], [user:VovanF98,2020-03-23], ...
read_catalog(): ingredient_count = int(input()) catalog = {} for _ in range, (): need_count = need_ingredient // catalog[ingredient_name].amount.count if need_count, (catalog[ingredient.name].amount.unit) converted_food_info_amount = food_info[ingredient.name, catalog = {} for _ in range(ingredient_count): name, price, amount, unit = input, def main(): dishes = read_dishes() catalog = read_catalog() food_info, need_ingredients_count[ingredient_name] = need_count total_price += catalog, return catalog

Full text and comments »

  • Vote: I like it
  • +31
  • Vote: I do not like it

14.
By valeriu, 18 months ago, In English
How to un-become Master Since no one asked on how to un-become Master I decided to post one. So, here are the ways I managed to un-become Master after a lot of effort and hard work. ### Have a life Having a life is the easiest and most efficient way to un-become Master on Codeforces. Relax, play ping-pong ### Get a class Getting a class is another perfect way to un-become Master. You have way less time to focus on Competitive Programming and way more teme which is perfect for losing rating. In my personal experience, after I got a 10 at a prestigious Paul I started to not care so much about competitive programming because in the end of the day virtual rating on Codeforces is meaningless, but 10 on catalog is eternal. ### Prepare for IIOT Trying to compose a team for IIOT instantly brings your free time to 0, which might sound tragic but actually is a great thing. You realize there are more important things than virtual points and you start thinking about what people to team up with. A ...
because in the end of the day virtual rating on Codeforces is meaningless, but 10 oncatalog is, catalog is eternal. ### Prepare for IIOT Trying to compose a team for IIOT instantly brings

Full text and comments »

  • Vote: I like it
  • +162
  • Vote: I do not like it

15.
By tallnut_liu, 3 months ago, In English
(Plenty of) useful blogs in CodeForces Here are some useful blogs I found in CodeForces. Note that: - This list can be treated as an extension of [catalog](https://codeforces.com/catalog), since much of these tutorials are included in catalog but the others are collected by myself. - The same blog may be included in this post twice or more. - Blogs to ask questions are **NOT** included in this blog, since they seemed not quite useful to CP. - If there are any blogs that I have missed, please tell me in the comment section. Thank you very much. Hint: you can use Ctrl+F to search for information here. # General Advices ## Micellaneous - [How to use Codeforces [GUIDE]](https://codeforces.com/blog/entry/99660) - [[Tutorial] The command line: how to read input from file without #ifdef and much more](https://codeforces.com/blog/entry/102287) - [After a Round FAQ](https://codeforces.com/blog/entry/103654) - [[Tutorial] How to read editorials](https://codeforces.com/blog/entry/123882) - [Pro Tips — get them whi...
extension of [catalog](https://codeforces.com/catalog), since much of these tutorials are included, - This list can be treated as an extension of [catalog](https://codeforces.com/ catalog), since much, : table view in Catalog](https://codeforces.com/blog/entry/101260) - [Finally, semantic search for

Full text and comments »

  • Vote: I like it
  • +168
  • Vote: I do not like it

16.
By lomienyeet, history, 2 years ago, In English
Worsening Codeforces blog qualities? TL;DR: more and more troll blogs, attention seeking rewarded with downvotes, vicious cycle? Dear Codeforces friends, Recently there are a lot more joke/troll blogs on the Codeforces platform. Obviously, some amount of jokes to lighten up the mood and create a more relaxing atmosphere is a great idea (for example [user:sus,2022-03-30] has funny trousers prizes jokes), but the situation of trolls appears to be have worsened significantly throughout the past weeks. More and more repetitive content pops up every day, and useful tutorials are often overshadowed by people saying "hurr durr downvote me pls ! ! ! !! here is a funny amogus pic hahahhahhahahaha". The content posted by trolls varies, but usually falls under a few categories as follows: 1) Random spam / jokes ([user:Polygons,2022-03-30]) 2) Deliberate hate speech ([user:Bloodless_Castrator,2022-03-30] before they got banned) 3) Content that makes people uncomfortable ([user:zucyo05,2022-03-30]) The main issue ...
. Catalog exists for a reason., Do we really want to see a day, where Catalog exists as a relic of the better past when people used

Full text and comments »

  • Vote: I like it
  • +134
  • Vote: I do not like it

17.
By nikgaevoy, 14 months ago, In English
Push-Free Segment Tree ![ ](/predownloaded/95/ad/95ad3397de22cc8b20c52a1eccc87ac0c34e76cb.jpg) Figure 1: Tiffany A pdf version of this text could be found [here](https://acm.math.spbu.ru/trains/push_free_segment_tree.pdf). Prerequisites ------------- First of all, who this article is aimed at. This article assumes you already know what a segment tree is. Have you never heard about the segment tree, the Fenwick tree (aka binary indexed tree, BIT) or the RMQ problem, you should better read about it [somewhere else](https://codeforces.com/catalog) and then come back here right after to learn a bunch of cool stuff. The model target audience is the people able to solve [this problem](https://judge.yosupo.jp/problem/range_affine_range_sum) at least in theory. But even if you can't, this article could still be helpful. However, I think this article contains some ideas that were never published before, thus making it interesting even for people who are closely familiar with different variants o...
[somewhere else](https://codeforces.com/catalog) and then come back here right after to learn a bunch, /catalog) and then come back here right after to learn a bunch of cool stuff. The model target audience

Full text and comments »

  • Vote: I like it
  • +254
  • Vote: I do not like it

18.
By NovusStellachan, 4 weeks ago, In English
The Codeforces upvoting mechanism As a lot of us already know, Codeforces has certain differences in how it treats upvotes from users. There are rating tiers on what your upvote is worth, and it is done to give non-negligible importance to the rare high-quality content that more experienced people can generally perceive quicker than others as useful for the community. For example, sometimes low rated accounts cannot distinguish between useful and useless higher level content, which has the potential to help them as they grow. This also gives people motivation to work harder to get to a better rating, though this is still very debatable. People treat this as ratism, but it is up to you to decide whether this is a good thing or not. It already works well as a spam-reduction measure, though. However, it also recently started treating upvotes from "contest-inactive" accounts as worthless (i.e., accounts that have not participated in a rated contest for more than 6 months are unable to show that they like/dislike cert...
allowed to interact (post/comment/vote) in that area, but it is visible to all. -Catalog was, to interact (post/comment/vote) in that area, but it is visible to all. - Catalog was a solution

Full text and comments »

  • Vote: I like it
  • +83
  • Vote: I do not like it

19.
By estoy-re-sebado, history, 6 months ago, In English
A Never Seen Before Data Structure -- O(log(n)) Range Queries TLDR: just take [this blog of mine](https://codeforces.com/blog/entry/121381) and sprinkle some [canonical skew-binary numbers](https://codeforces.com/blog/entry/74847) and boom, you have a weird version of the Fenwick tree that is asymptotically faster that the Fenwick tree on an obscure operation. It also turns out that we can perform point updates without commutativity or inverse operations, which the plain Fenwick tree can't do by itself. ## The idea I explained on [my previous blog](https://codeforces.com/blog/entry/121381) that we can think of the Fenwick tree as a set of intervals, and that we can use those intervals to answer any range query in $O(\log(N)^{2})$. But there is no real reason to use exactly the same intervals that the Fenwick tree uses. Instead we can try to use some other set of intervals to make things more efficient (at least in an asymptotic sense). Instead, we use intervals based on the jump pointers described on [that one blog from the catalog](h...
Instead, we use intervals based on the jump pointers described on [that one blog from thecatalog

Full text and comments »

  • Vote: I like it
  • +55
  • Vote: I do not like it

20.
By SlavicG, 2 years ago, In English
Petition To Change Catalog's Position I think the order: Home, Top, Contests, Gym, Problemset, Groups, Rating, **Catalog**, Edu, API, Calendar, Help would be more appropriate because of their functionalities. In my opinion, contests and problemset should be more in front because it's the main reason of the website and EDU and Catalog should be next to each other, due to their educational nature. Another reason I am not very fond of the Catalog's position is because of muscle memory. Me and a lot of people I know keep on mis-clicking the Contests button because of it's previous position in the list. ### A poll to see what the community thinks I would like to see the Catalog's position changed I like current Catalog's position I don't care
should be more in front because it's the main reason of the website and EDU and Catalog should be, I think the order: Home, Top, Contests, Gym, Problemset, Groups, Rating, ** Catalog**, Edu, API

Full text and comments »

  • Vote: I like it
  • +311
  • Vote: I do not like it

21.
By ChaosAngel, history, 2 years ago, In English
Petition to swap Catalog and Contests on Bar I'm sure that anybody who's been using codeforces for more than 2 years by now has the ability to click on the contests button in the top bar with his eyes closed. My hand is used to moving the mouse to the exact place, slightly to the right of "Home". Unfortunately, this has been rearranged with the addition of catalog, and now I must open my eyes when I click contests, and it is of great discomfort to move my mouse slightly more to the right, as opposed to how I have been doing it for the past 2 years. I'm sure all veterans agree with me and this is a matter of life or death for the website. Join me in calling on [user:MikeMirzayanov,2022-01-09] to fix this great injustice and return the contests button to its rightful place on the left.
Petition to swap Catalog and Contests on Bar, with the addition of catalog, and now I must open my eyes when I click contests, and it is of great, Unfortunately, this has been rearranged with the addition of catalog, and now I must open my eyes

Full text and comments »

  • Vote: I like it
  • +58
  • Vote: I do not like it

22.
By yzzwgyf, history, 2 weeks ago, In English
Catalog Subfolder Links or Bookmarks Hello Codeforces, Recently I am learning topics from Codeforces catalog, which is great and collected many high quality blogs. But when I want to access some special topic (for eaxample Graphs), I need to scroll down to the very bottom everytime. I didn't find a proper way to save bookmarks for these topics, except the main catalog page and blog entries. Is there any plan to add links for the subfoders, or any way to enable the bookmark? Thanks!
Catalog Subfolder Links or Bookmarks, Hello Codeforces, Recently I am learning topics from Codeforces catalog, which is great and, I didn't find a proper way to save bookmarks for these topics, except the main catalog page and, Recently I am learning topics from Codeforces catalog, which is great and collected many high

Full text and comments »

  • Vote: I like it
  • +8
  • Vote: I do not like it

23.
By MikeMirzayanov, 2 years ago, In English
Top 50 Voted Blog Posts in 2021 Hi. Here is the list of top-voted blog posts in 2021. Find something interesting for yourself? | # | Post | Votes | Author | | - | - | - | - | | 1 |<a href="/blog/entry/95106">The Ultimate Topic List (with Resources, Problems and Templates)</a> | 4383 | [user:YouKn0wWho,2022-01-02] | | 2 |<a href="/blog/entry/96333">Codeforces Round #752</a> | 3156 | [user:YouKn0wWho,2022-01-02] | | 3 |<a href="/blog/entry/87882">User activity in the profile! [new, Feb. 2021]</a> | 3055 | [user:geranazavr555,2022-01-02] | | 4 |<a href="/blog/entry/89227">Codeforces Round #712</a> | 2866 | [user:Monogon,2022-01-02] ...
] | | 16 |New Year Gift: Codeforces Catalog — Early Access <>

Full text and comments »

  • Vote: I like it
  • +214
  • Vote: I do not like it

24.
By Termodinamico, history, 4 months ago, In English
*question* how to practice? (stuck in Expert :'c ) Hello to all my friends! I started the CP a time back and was advanceing but then I get stuck in blue. What is the problem? How to get purple (or maybe yellow o_O) username? I have tryed everything but still stuck inb blue. I read all blogs in the catalog but still stuck. Any red (or maybe nutella :O) coders can help me? What is the trick to overcome the blue? I will practice hard if you teach me!! thank you very much! P.S. sorry for bad english and thanks to @MikeMirzayanov for codeformes and polygon platmforms and congratulations for advancing polygon out of beta version!!
everything but still stuck inb blue. I read all blogs in the catalog but still stuck. Any red (or maybe, I have tryed everything but still stuck inb blue. I read all blogs in the catalog but still stuck

Full text and comments »

  • Vote: I like it
  • -8
  • Vote: I do not like it

25.
By paula, history, 2 years ago, In English
Muscle memory Ever since the "catalog" link was added to the top menu, I misclick on it every time I want to click on "contests" because of muscle memory, since it's in the position that "contests" used to be :( Does this happen to anyone else? Yes, Mike please fix this: No, I don't care:
Ever since the "catalog" link was added to the top menu, I misclick on it every time I want to

Full text and comments »

  • Vote: I like it
  • +115
  • Vote: I do not like it

26.
By DreamingTheDream, 17 months ago, In English
Feature Request I was looking for the TopCoder semifinals streams on Codeforces, but couldn't find a path to get there(I did not remember who hosted the stream). Fortunately, I remembered the URL of the page. Can we please have [Streams tab](https://codeforces.com/streams) in the navigation bar along side Home, Top, Catalog, etc.? [user:MikeMirzayanov,2022-11-20]
Home, Top, Catalog, etc.?

Full text and comments »

  • Vote: I like it
  • +14
  • Vote: I do not like it

27.
By PapkovNikita, 12 years ago, In Russian
Как научиться решать ? Привет всем. Хотел попросить у вас совета, как развиваться, что читать, какие учебные дисциплины вам помогли? <br> UPD №3:<br> Добавлю всё что нашел для обучения:<br> [cut] 1) http://e-maxx.ru/ &mdash; Отличный сайт с описанием алгоритмов и книгами на эту тему.<br> 2) http://codeforces.com/blog/entry/224 &mdash; список книг рекомендуемых для прочтения.<br> 3) http://codeforces.com/blog/entry/1594 &mdash; тоже хороший пост, а точней кросспост на тему: Теоретический минимум для программиста. <br> **4) Лекции по ДП:** <br> 4.1) http://g6prog.narod.ru/din_kotov.rar <br> 4.2) http://ejudge.btty.su/bmstu/2007-2008/docs/dp1.pdf <br> 4.3) http://ejudge.btty.su/bmstu/2007-2008/docs/dp2.pdf <br> 4.4) http://www.topcoder.com/tc?module=Static&d1=tutorials&d2=dynProg <br> **5) Онлайн курсы** <br> 5.1) http://informatics.mccme.ru/moodle/course/view.php?id=9 &mdash; курс по ДП <br> 5.2) http://ips.ifmo.ru/courses/course1/index.html &mdash; Введение в алгоритмику. <br> **6...
> **6) Видео-курсы:** 6.1) http://www.intuit.ru/video/tree/catalog/algorithms/ — огромное

Full text and comments »

  • Vote: I like it
  • +20
  • Vote: I do not like it

28.
By satoshii, 12 years ago, In English
The catalog of past contests I made a program that generates a catalog of past contests.<br> Here's the catalog.<br> [http://dl.dropbox.com/u/38961879/nico/codeforces.html](http://dl.dropbox.com/u/38961879/nico/codeforces.html)<br> This catalog will be updated at 4am(JST) every day.<br>
The catalog of past contests, I made a program that generates a catalog of past contests. Here's the catalog. [http

Full text and comments »

  • Vote: I like it
  • +3
  • Vote: I do not like it

29.
By Animesh6515, history, 2 years ago, In English
problem with codeforces according to me Codeforces user interface is bit difficult to understand for a beginner ,as a beginner I can list down some points:- 1. no proper chart or table for rating (as we are not able to find at what rating we get what rank) 2. complex tags (like API EDU GYM CATALOG)
find at what rating we get what rank) 2. complex tags (like API EDU GYM CATALOG ), ) 2. complex tags (like API EDU GYM CATALOG)

Full text and comments »

  • Vote: I like it
  • -18
  • Vote: I do not like it

30.
By megalodon, 11 years ago, In English
Great resource for string algorithms String matching is a very interesting field, yet it's difficult to find some good documentation. In this link I've found a great catalog of algorithms with its corresponding implementations. Check it out: [http://www-igm.univ-mlv.fr/~lecroq,2013-06-17/string/node1.html](http://www-igm.univ-mlv.fr/~lecroq/string/node1.html)
this link I've found a great catalog of algorithms with its corresponding implementations. Check it

Full text and comments »

  • Vote: I like it
  • +40
  • Vote: I do not like it

31.
By valggi, 13 years ago, In Russian
аппарат изменился Первый <a href="http://degrus.ru/catalog/group1">токарный станок</a> был создан в 650 году. До н.э. Этот аппарат весьма сильно был непохож от сегодняшней версии. До 14 столетия станки выглядели простенько. <br>Только в XIV столетии смогли собрать данные механизмы с ножным приводом. Но вместо педали использовалась палка. Где-то в 1450 году токарный станок был изменен. К токарному механизму была прицеплена педаль и маломощный привод. <br>После коекакой модернизации токарного механизма в 1500 году на нем начали обрабатывать трудные детали. <br>В семнадцатом столетии рабочим стало намного проще создавать предметы, т.к. Механический кусок токарного станка был заменен на очень мощный привод. Затем многие ученые изменяли уже имеющийся механизм или создавали новые.<br>
Первый токарный станок <http://degrus.ru/<B>catalog</B>/group1> был создан в 650 году. До н.э

Full text and comments »

  • Vote: I like it
  • -21
  • Vote: I do not like it