Number Theory
Everything on SkillVeris tagged Number Theory — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is Digit Dynamic Programming (Digit DP)?
Digit DP is a dynamic programming technique for counting or summarizing numbers within a range (like 1 to N) that satisfy a digit-based property — such as “dig…
How to Find HCF and LCM of Decimal Numbers
HCF and LCM of decimals are found by converting every number to have the same number of decimal places, treating them as whole integers to compute HCF/LCM by t…