All posts
The Monty-Hall-Problem
The problem is a brain-teaser, in the form of a probability puzzle. It has sparked endless debate. See the solution with a simulator.
·
5 minutes reading time
The pandemic is not a great leveller
What the real status quo is and what needs to be done to change that.
·
2 minutes reading time
Anatomy of problem-solving
Approach to solving problems using the example of 'Beautiful triplets' from the HackerRank website.
·
12 minutes reading time
Cumulative standard normal distribution
Easy calculation of probabilities using a computed z-table.
·
3 minutes reading time
Tail recursion with trampoline in Go
Go does not support tail call optimization, so the trampoline device can be used.
·
3 minutes reading time
Tail recursion with trampoline
Node.js does not support tail call optimization, but a trampoline has the same effect.
·
11 minutes reading time