actually i dont have complete concept about bigO notation that usually used to find time complexity my question is in bigO notation why we ignore constant for example f=100n we say that our algorithm has order of n time comlexity or order
muhammad amir 0 Newbie Poster
Recommended Answers
Jump to Posthttp://en.wikipedia.org/wiki/Big_O_notation
> why we ignore constant for example f=100n
Because it's meaningless when you're considering the "asymtotic" behaviour. Like 100*infinity is no different to 50*infinity or just infinity.Such minor order …
All 3 Replies
Salem 5,265 Posting Sage
~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster
Grunt 19 Junior 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.