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

Автор RestingRajarshi, 8 лет назад, По-английски

I have been writing some tutorials, of some beginner/intermediate topics. These are mostly intended at beginners. Hopefully will be helpful to the newer folks in the community.

Beginners:
Graph — 1
Graph — 2
Graph — 3
Trees
Intro to DP

Medium:
Euler Tour
Centroid Decomposition
Spanning trees
Small To Large Merging
2-D structures — 1
Converting From 1D to 2D
Persistance : A Problem Perspective

Advanced:
Segment Tree Beats — Intro
SegTreeBeats- Complexity -1
SegTreeBeats — Complexity -2

UPD: Persistance usecases blog.

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

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

Nice effort. You can try to add more pictures, illustrations and also make the code copy — pastable.

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

Please write a tutorial on binary search. Most tutorials just teach how to find an element in a sorted array.

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

These are actually really good. Clean, concise and to the point. Thank you.