Thinking in bets book summary Posted 02/02/2023 Thinking in Bets will teach you how to make smart decisions when you do not have all the facts.
How to say mathematical expression in Japanese Posted 01/27/2023 I have prepared a summary on how to pronounce mathematical notation and formula in English and Japanese
How Did I Build The Rubik Cube Posted 01/19/2023 Detailed break down on how I built the rubik cube with ThreeJS
Subarray Sums Divisible by K Posted 01/19/2023 Given an array of integers and an integer k, the problem is to find the total number of continuous subarrays whose sum is divisible by k
Increment Submatrices by One Posted 01/15/2023 The problem is to increment all elements of submatrices by 1, given a matrix of integers, the task is to return the updated matrix where all elements of submatrices are incremented by 1