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.
Nice effort. You can try to add more pictures, illustrations and also make the code copy — pastable.
Please write a tutorial on binary search. Most tutorials just teach how to find an element in a sorted array.
You may check out the tutorial for Binary Search in Topcoder.
These are actually really good. Clean, concise and to the point. Thank you.