Benford’s Law Posted on Benford’s Law states that in the numerical datasets of decimal format, the leading digit of any number is much more likely to be a 1.
[Python] Binary Search Posted on Binary search is basically just an efficient algorithm to find a desired element in any kind of a sorted array.
Illusion of control Posted on Illusion of control simply means that we overestimate our ability in creating a desired outcome.
[Python] Catalan Numbers Posted on Catalan numbers are a sequence of natural numbers with applications in many counting problems and combinatorial mathematics.
Shakespeare’s Nightmare: Monkeys on Typewriters Posted on Will infinite monkeys randomly pushing buttons on infinite typewriters create all of Shakespeare’s books? That is the question.