Explain the concept of Big O notation

By vivek kumar in 21 Jul 2024 | 04:09 pm
vivek kumar

vivek kumar

Student
Posts: 552
Member since: 20 Jul 2024

Explain the concept of Big O notation 

21 Jul 2024 | 04:09 pm
0 Likes
Prince

Prince

Student
Posts: 557
Member since: 20 Jul 2024

Big O notation is a mathematical notation used to describe the performance or complexity of an algorithm in terms of time or space. It characterizes the algorithm's growth rate as the input size increases, providing an upper bound on its running time or memory usage. For example, O(n) indicates that the performance grows linearly with the input size, while O(1) means the performance is constant regardless of input size.

24 Jul 2024 | 04:45 pm
0 Likes

Report

Please describe about the report short and clearly.