Can anyboby help me i really dont get the feeling of big o notation, i just want to understand it.
mapaputsi 0 Newbie Poster
Recommended Answers
Jump to PostCan anyboby help me i really dont get the feeling of big o notation, i just want to understand it.
Big O Notation is used to denote the complexity of the algorithm ( worst case complexity)...
for example
the following code has complexity O(n)for(int i=1;i<=n; …
All 4 Replies
Laiq Ahmed 42 Junior Poster
Infarction 503 Posting Virtuoso
Salem 5,265 Posting Sage
~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster
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.