Benchmarking Benford’s Law in Go, Crystal, Python and JavaScript

Benford’s Law After watching a Netflix documentary about Benford’s Law, i got really interested in it because it can help detect fraud in e.g. balance sheets. So i searched my favorite programming languages and detected that there is n… Read more

Similar

Recursion Tree Visualizer in Python

One of the most complicated concepts to wrap our heads around has to be recursion; to understand it well it always helps to have some sort of recursion visualization. In this essay, we build a super-simple yet effective visualizer for recursive functions ... (more…)

Read more »