/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

my-it-notes.com
| | www.adamconrad.dev
55.6 parsecs away

Travel
| | Follow along with Steven Skiena's Fall 2018 algorithm course applied to the JavaScript language.
| | probablydance.com
8.4 parsecs away

Travel
| | These days it's a pretty bold claim if you say that you invented a sorting algorithm that's 30% faster than state of the art. Unfortunately I have to make a far bolder claim: I wrote a sorting algorithm that's twice as fast as std::sort for many inputs. And except when I specifically construct cases that...
| | www.techinterviewhandbook.org
52.6 parsecs away

Travel
| | The best practice questions to prepare for algorithmic coding interviews by the author of Blind 75 spread across a 5-week schedule
| | www.jeremykun.com
68.6 parsecs away

Travel
| In our last primer we looked at a number of interesting examples of metric spaces, that is, spaces in which we can compute distance in a reasonable way. Our goal for this post is to relax this assumption. That is, we want to study the geometric structure of space without the ability to define distance. That is not to say that some notion of distance necessarily exists under the surface somewhere, but rather that we include a whole new class of spaces for which no notion of distance makes sense.