How To Measure Time & Space Code Complexity? 4 months ago 4 min read computer sciencealgorithmscomplexitysoftware engineering The code, functions and algorithms we write are not all the same. One very important aspect in which they differ is the complexity and efficiency.
Binary Basics 2 years ago 1 min read binarycomputer sciencebasicsbitsbytes The number system that we all know and use every day is called Decimal. In decimal we have digits from 0 to 9 which can use in an combination to represent any value.