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.

Agario

Last visit:  10 years ago
Registered:  11 years ago
2.
By DanAlex, 10 years ago, In English
To Infinity and Beyond When someone says nobody ain't doing no thing with CF, I be like ![ ](https://i.imgflip.com/18gexe.jpg) So, haven't you met the average Joe that keep saying that "efficiency is not that important", "my [Greedy wrong sh*t] solution is certainly correct", "who's Dijkstra"? You will. Therefore, we'll be... ### Cutting to the chase And show some situations where competitive programming was particularly useful. I would really like to hear more solutions as I am myself a CF Avg. Joe. [cut] #### Local extremes ![ ](https://www.mathworks.com/matlabcentral/answers/uploaded_files/31572/surfaces.png) **The problem:** Find all local extreme points on a given 2D surface with given heights. You can imagine something like the previous picture, but in the specific context all values were taken from some function(consider it O(1)), so you wouldn't actually need to iterate through all the data. **Avg. Joe:** - DFS — ples avg. Joe **CF Joe:** - [Newthon's method...
#### Agario, **The problem:** To calculate total food in an [Agario cliet side](http://agar.io/) view for

Full text and comments »

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