A pandigital number is a number that contains each digit starting from one up to the total length of the number, like 14325.
Read moreThe Law of small numbers
Law of small numbers, or hasty generalization, is a cognitive bias and refers to the tendency to draw broad conclusions based on small data.
Read more[Python] Law of Large Numbers: Dice Roll
Easy experiment in line with the Law of Large Numbers: That is to roll a dice for several times and see whether the average converges to the true value.
Read moreThe Law of Large Numbers
Law of Large Numbers (LLN) states that as the number of observations of an event increases, the observed probability approaches to the expected value.
Read more[Python] Palindrome Checking Function
A palindrome is a word, number or sentence which reads the same way backward and forward. Let’s write a Python function to check for palindrome entities!
Read more