darky_'s blog

By darky_, history, 4 years ago, In English

Hey Codeforces community..Here is my list of resources after a research over codeforces

1.All good resources — https://codeforces.com/blog/entry/57282

2.Problems on DP — https://codeforces.com/blog/entry/67679

3.All problem topics — https://codeforces.com/blog/entry/55274

4.Excellent Dp — https://codeforces.com/blog/entry/43256

5.Learning website — https://www.vplanetcoding.com/course2

6.DP — all templates — https://codeforces.com/blog/entry/73446

7.SOS DP — https://codeforces.com/blog/entry/45223

8.Generating Functions — https://codeforces.com/blog/entry/77468

9.Cpp Tricks — https://codeforces.com/blog/entry/74684

10.Slope Trick — https://codeforces.com/blog/entry/77298

11.Convex Hull — https://codeforces.com/blog/entry/63823

12.Array Algorithms — https://codeforces.com/blog/entry/72253

13.XOR techniques — https://codeforces.com/blog/entry/68953

14.Graph coloring — https://codeforces.com/blog/entry/75431

15.Graph theory by code N code — https://codeforces.com/blog/entry/76010

16.CSES graphs editorial — https://codeforces.com/blog/entry/79518

17.CSES DP editorial — https://codeforces.com/blog/entry/70018

18.CSES Tree editorial — https://codeforces.com/blog/entry/79048

19.Seg Tree Problems — https://codeforces.com/blog/entry/71925

20.CSES Math editorial — https://codeforces.com/blog/entry/82103

21.Suffix Array Implementation — https://codeforces.com/blog/entry/4025

22.Derangement generation of an array — https://codeforces.com/blog/entry/66176

23.Differene Arrays — https://codeforces.com/blog/entry/78762

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

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

Thanks a lot brother.

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

Array algorithms (12) and Convex hull tricks (20) seems to have the same links. I don't think that was intended.

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

The real Avenger!