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.
Read moreCategory: Python Programming
[Python] Binary Search
Binary search is basically just an efficient algorithm to find a desired element in any kind of a sorted array.
Read more[Python] Catalan Numbers
Catalan numbers are a sequence of natural numbers with applications in many counting problems and combinatorial mathematics.
Read moreShakespeare’s Nightmare: Monkeys on Typewriters
Will infinite monkeys randomly pushing buttons on infinite typewriters create all of Shakespeare’s books? That is the question.
Read more[Python] Rot-13 Encryption Method
The ROT-13 method is a simple encryption method, in which each letter of the alphabet is replaced with the 13th letter after it.
Read more