Explore >> Select a destination


You are here

adrianmejia.com
| | asthasr.github.io
12.8 parsecs away

Travel
| | Opinions and discussions of various topics, mostly related to programming.
| | lukesingham.com
6.2 parsecs away

Travel
| | Grokking Algorithms is a beautifully formatted book that explains complex material simply using pictures, analogies and high level practical explanations. This post is a review and summary of the Grokking Algorithms book.
| | schadokar.dev
8.8 parsecs away

Travel
| | Quicksort is one of the efficient sorting algorithms and the average complexity is `O(n log n)`.
| | www.jeremykun.com
101.2 parsecs away

Travel
| This post comes in preparation for a post on decision trees (a specific type of tree used for classification in machine learning). While most mathematicians and programmers are familiar with trees, we have yet to discuss them on this blog. For completeness, well give a brief overview of the terminology and constructions associated with trees, and describe a few common algorithms on trees. We will assume the reader has read our first primer on graph theory, which is a light assumption.