Tag Archives: binary

Learn About “the Other” Algebra

When I visit family for the holidays, the topic of my being a mathematician always seems to come up, and there’s always a child in the family struggling with maths, and when I ask the subject of their struggles the … Continue reading

Posted in Blog, Examples | Tagged , , , , , , , , , , , , , , , , , , , , , | 2 Comments

Visualizing Huffman Coding Trees

Here is a link to a script I finished to help visualize the Huffman Coding Algorithm. What would you do if you wanted to transfer a message, say one written in English but you only had a limited set of … Continue reading

Posted in Blog, Examples | Tagged , , , , , , , , , , , , , | Leave a comment

Learn About Binary Search Trees

I just finished a script that shows the properties of the binary search tree data structure. These data structures are organized such that the data lies in “nodes” and each node connects directly to up to two new nodes. These … Continue reading

Posted in Blog, Examples | Tagged , , , , , , , , , , , , , , , , , , , , , , , | 1 Comment

Examples of the Binary Search Algorithm

I have published code that shows examples of the Binary Search Algorithm. In order for this algorithm to be applicable, we need to assume that we’re dealing with a sorted list to start. As a result, instead of proceeding iteratively … Continue reading

Posted in Blog, Examples | Tagged , , , , , , , , | Leave a comment