Posts
All the articles I've posted.
Unveiling the Counterintuitive Nature of the Monty Hall Paradox - A Simulation-Based Investigation
June 13, 2023 | 09:00 AMThis post delves into the perplexing Monty Hall paradox, examining the probabilities associated with sticking or switching doors in the game scenario. By providing empirical evidence and challenging common misconceptions, this investigation sheds light on the counterintuitive nature of the Monty Hall problem.
Finding the optimal travel paths between a subset of UK railway stations using Dijkstra's algorithm
March 8, 2023 | 03:00 PMI’m creating a graph of a small subset of train stations in the UK, and plan and am using dijkstra’s algorithm to find the most efficient path inbetween stations.
Update on compression for near-consecutive or grouped tabular data
February 4, 2023 | 03:00 PMAn update regarding the RLE compression post