2021-03-25

(Binary Search)-Tree is how to parse Binary Search Tree

Just an intuition I had about understanding Binary Search Trees (BSTs): if you parse the name as "(binary search) tree" instead of "binary (search tree)" or anything else, it makes you realise all a BST is, is a binary tree representing all possible search paths in a binary search of the elements in the BST.

So it's a "binary search" tree.


2014-11-21

Tables in Markdown

A short post to remind myself how to write tables in GitHub Flavoured Markdown (GFM), hence, on this blog.