What is Big O notation? Do you use it?

I missed this university class I guess :D

Does anyone use it and give some real life examples of where they used it?

Recommended Answers

All 2 Replies

What is Big O notation?

Big O Notation

Do you use it?

Yes.

I missed this university class I guess

Riiight. :icon_rolleyes:

Does anyone use it and give some real life examples of where they used it?

In many a code review I've used both time and space complexity with variants of Big-O to quickly prove that an algorithm won't scale as well as the application needs.

Same exact answer.

If you want a real life example: every single piece of code I've written!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.