Asymptotic AnalysisThe Mathematical Definition: Asymptotic behavior is a mathematical concept that describes how a function behaves as the input (or independent variable) approaches infinity It sounds too nerdy because it is. What does asymptotic analysis of an algorit...Apr 14, 2023·3 min read
Tuples and ListsTuples and Lists these two are compound data types The major difference between these two is mutability ( Tuples are immutable like strings on the other hand Lists are mutable) Tuples = () ordered sequence of element, can contain mix types • Its a da...Sep 13, 2022·6 min read