What is Big O notat…
 
Notifications
Clear all

What is Big O notation ?

1 Posts
2 Users
0 Likes
318 Views
0
Topic starter

big O

1 Answer
0

Big O Notation is a tool used to describe the time complexity of algorithms. It calculates the time taken to run an algorithm as the input grows. In other words, it calculates the worst-case time complexity of an algorithm.

Share: