Smelly Code

Post(s) tagged with "Algorithms"

A bit about Binary Heap 🌳

June 20, 2020👨🏻‍💻 7 min

An overview of binary heap with words, code and diagrams.

A Bit about Binary Tree 🌳

August 18, 2018🧑🏻‍🏫 13 min

Explanation of Binary Tree with simple words and code.

A Gentle Introduction to Trees 🌳

July 14, 2018 6 min

An overview of the tree data structure.

Demystifying Interpolation formula for Interpolation Search

January 19, 2018👩🏻‍🏫 4 min

A quick explanation of interpolation formula used in Interpolation Search.

Binging Binary Search 🔎

January 09, 2018 8 min

An overview of Binary Search.

An Ode to Asymptotic Notations

August 26, 2017👨🏻‍💻 12 min

Aymptotic notations are fancy ways/classes of speaking about algorithms. I'll do my best to explain them in simple words.

Insertion Sort with Callback.

May 16, 2017👩🏻‍💻 1 min

Implementation of insertion sort using with callback.