|
You are here |
denvaar.dev | ||
| | | | |
www.aryweb.nl
|
|
| | | | | Lately I'm really digging Functional Programming, and especially Haskell. I've been reading Real World Haskell, which is a very nice free book about Haskell. | |
| | | | |
tannerdolby.com
|
|
| | | | | Finding a value in a BST can be done iteratively or recursively in logarithmic time on average because of the properties of a BST. | |
| | | | |
www.jeremykun.com
|
|
| | | | | 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. | |
| | | | |
hypirion.com
|
|
| | | Whoever assumed asymptotic complexity to be easy has not considered to test it in the real world. | ||