Advertisements
Advertisements
प्रश्न
Discuss Algorithmic complexity and its types.
टीपा लिहा
उत्तर
The complexity of an algorithm f(n) gives the running time and/or the storage space required by the algorithm in terms of n as the size of input data.
Time Complexity:
The Time complexity of an algorithm is given by the number of steps taken by the algorithm to complete the process.
Space Complexity:
The space complexity of an algorithm is the amount of memory required to run to its completion.
shaalaa.com
Complexity of an Algorithm
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?