Notes
GitHub

Notes

Notes

Himanshu Sardana · Notes & revision

Notes on data structures, algorithms, operating systems and the rest of core computer science — with worked dry runs, diagrams and self-test questions.

All notes

6 total

Markdown demo: every element

demomarkdownreference
Sep 2026

Min Stack: the minimum so far

stacksdesignamortized
Sep 2026

Operating Systems: processes, threads and context switches

operating-systemsprocessesconcurrency
Sep 2026

Reverse a Linked List: three pointers, one pass

linked-listspointersrecursion
Sep 2026

Two Sum: the hash map that remembers

arrayshashingtwo-pointers
Sep 2026

Unique Paths: filling a 2D DP table

dynamic-programminggridscombinatorics
Sep 2026