|
You are here |
my-it-notes.com | ||
| | | | |
www.adamconrad.dev
|
|
| | | | | Follow along with Steven Skiena's Fall 2018 algorithm course applied to the JavaScript language. | |
| | | | |
probablydance.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | 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. | ||