Programming

I keep some of the useful code here.
These algorithms are either my own implementations or popular implementations from the inernet.
I use these for the purpose of demo or as base codes in applications whenever required.

Sorting

Insertion Sort insertion-sort.cpp notes
Merge Sort merge-sort.cpp notes
Quick Sort quick-sort.cpp notes
"Life is just an Algorithm which Halts."