Ccontinuoousincontinuoous.hashnode.dev·Mar 11, 2021 · 5 min readPublic Cryptography - Part 1Our world would be a very different place if tech giants or banks couldn't guard passwords. If you think about it, keeping secrets is fundamental to how we organize societies. RSA algorithm is the workhorse technique which enables this secret keeping...02DLM
Ccontinuoousincontinuoous.hashnode.dev·Feb 25, 2021 · 7 min readBuild SPM in SpreadsheetsWhile it’s true that Scatter plot matrix (SPM) is made of scatter charts for each pair of numeric variables, this description entirely misses the point about how well SPMs simplify complex visuals. They reduce multi-dimensional space into its most r...02DLM
Ccontinuoousincontinuoous.hashnode.dev·Feb 22, 2021 · 4 min readIterative calculationsI used iterative calculation in Sudoku solution. Here's another example of its use. A prime number is divisible only by itself and 1 meaning the remainder of dividing a prime number by any other integer greater than 1 is always greater than 0. Algo...04LMPD
Ccontinuoousincontinuoous.hashnode.dev·Feb 15, 2021 · 12 min readConstraint satisfaction problemFirst, if you are not in the know, here's what is Sudoku? Sudoku board is, typically, a 9X9 matrix of integers. Its property is that every row, every column, and every one among the nine 3X3 blocks consist integers 1 through 9 exactly once, no repea...00DLM
Ccontinuoousincontinuoous.hashnode.dev·Feb 8, 2021 · 6 min readLearning Science vs ToolsSpreadsheets are an excellent learning canvas to get under the hood and to build intuition for how data science algorithms work. What’s the fuss about data science? Most times I unlock my phone – I’m not entirely certain whether in five minutes, I’ll...02DM