vaibhav1997's blog

By vaibhav1997, history, 6 years ago, In English

Here is the list of some of the good tutorials written by codeforces users :-
C++

Data Structures

DP

Math

String Processing

Geometry

Graphs

Others

Another Similar List
Good Blog Post Resources about Algorithm and Data Structures

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

| Write comment?
»
6 years ago, # |
  Vote: I like it +11 Vote: I do not like it

I very enjoyed Nisiyama_Suzune's tutorials on Mobius inversion and Dirchlet convolution.

http://codeforces.com/blog/entry/53925

http://codeforces.com/blog/entry/54150

»
6 years ago, # |
  Vote: I like it 0 Vote: I do not like it
  • »
    »
    6 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    I didn't know there is already a list on codeforces. Thanks

»
6 years ago, # |
  Vote: I like it +8 Vote: I do not like it

A recent SQRT-tree tutorial

»
6 years ago, # |
  Vote: I like it +15 Vote: I do not like it
»
6 years ago, # |
  Vote: I like it +16 Vote: I do not like it

Almost every blog written by adamant.

»
6 years ago, # |
  Vote: I like it +1 Vote: I do not like it
»
6 years ago, # |
Rev. 2   Vote: I like it +1 Vote: I do not like it

Although I have almost all tutorials in Favourites, it's better to have them sorted in one place like this.

»
6 years ago, # |
  Vote: I like it +4 Vote: I do not like it
»
6 years ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

I think you could add "How to sweep like a Sir" tutorial by DanAlex: http://codeforces.com/blog/entry/20377

»
6 years ago, # |
  Vote: I like it 0 Vote: I do not like it
»
6 years ago, # |
  Vote: I like it +1 Vote: I do not like it

(A little self-advertisement)

Some time ago I wrote geometry tutorials:
Geometry: 2D points and lines [Tutorial]
Geometry: Polygon algorithms

»
6 years ago, # |
  Vote: I like it +1 Vote: I do not like it

Also, it would be better to organize the list by topic.

»
6 years ago, # |
  Vote: I like it 0 Vote: I do not like it

I think it would be better to classify 'Convex Hull trick and Li chao tree by adamant' as DP rather than geometry, although it takes inspiration from geometric concepts and data structures.

»
6 years ago, # |
  Vote: I like it +4 Vote: I do not like it

hi,

here is my help :)

i think most of them are useful for the beginning of learning they're algo ...

btw, they're here :

http://codeforces.com/blog/entry/21189 for matrix

http://codeforces.com/blog/entry/58894 it's a little introduction to mitm

http://codeforces.com/blog/entry/12239 for HLD

http://codeforces.com/blog/entry/45578 for parallel bin.search

http://codeforces.com/blog/entry/43230 for MO on tree

»
5 years ago, # |
  Vote: I like it +9 Vote: I do not like it
»
5 years ago, # |
  Vote: I like it +6 Vote: I do not like it

I made a blog on the following topics:

Matrix Exponentiation

Finding Derangements(If possible) of an array

These have got decent upvotes so I believe they are useful.

»
5 years ago, # |
  Vote: I like it +11 Vote: I do not like it

dsu on trees

hope it help to learn dsu on trees :)

»
5 years ago, # |
  Vote: I like it +3 Vote: I do not like it

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

»
4 years ago, # |
  Vote: I like it +3 Vote: I do not like it

Perhaps you could add this https://codeforces.com/blog/entry/77298

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Can you add some centroid decomposition blogs?

»
3 years ago, # |
  Vote: I like it +2 Vote: I do not like it

I think this one should be added too: Geometry shrink trick

»
3 years ago, # |
  Vote: I like it +8 Vote: I do not like it

this post by in Data Structure's section — https://codeforces.com/blog/entry/53168 was a prank please remove it from the Data Structure section

»
2 years ago, # |
  Vote: I like it 0 Vote: I do not like it

vaibhav1997 could you kindly fix the bug in the blog.

»
2 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
21 month(s) ago, # |
  Vote: I like it 0 Vote: I do not like it

Thank You Sir

»
14 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Thank you.