Smelly Code

Post(s) tagged with "Data Structures"

A bit about Binary Heap 🌳

June 20, 2020🍵 7 min

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

Data Structures with Iterable Protocol

January 26, 2019📖 8 min

Iterating data structures with for-of loop and spreading them with spread operator(…).

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.

Insertion Sort with Callback.

May 16, 2017📖 1 min

Implementation of insertion sort using with callback.