/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.notdot.net
| | www.jeremykun.com
6.7 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.
| | www.philipotoole.com
7.6 parsecs away

Travel
| | [AI summary] The article discusses the importance of sorting algorithms in computer science, explaining how they solve fundamental problems like finding extremes, detecting duplicates, and enabling binary search, while comparing specific algorithms like mergesort, heapsort, and counting sort based on their trade-offs.
| | markodenic.com
8.9 parsecs away

Travel
| | Free programming books, algorithms, public APIs, and much more.
| | soff.es
27.3 parsecs away

Travel
| I've been using Homebrew on Apple Silicon for a few weeks now and it's been working well. With Ruby 3.0.0, I haven't had any issues installing it...