There are two types of language.One is statically typed and another one is Dynamically typed. In statically typed languages(ex. c,cpp,Java) we have to specify the type of the variable during declaration of a variable......
Asymptotic Notations are the mathematical tools to represent the time complexity of algorithms. There are three asymptotic notations are most used..........