Hi Everyone.

I wan to get that how we can calulae the complexiy of an algorithm.? As i am working with the algorithm but i am very new to how we can calculae the complexity? Is there any good book on algorithm complexity or any good site for it.

Thanx in advance.

Regards

Anju

Recommended Answers

All 2 Replies

>I wan to get that how we can calulae the complexiy of an algorithm.?
If it uses a lot of bit fiddling, it's pretty complex. Functions that are long and dense will be complex too. :)

haha, just kidding.

>Is there any good book on algorithm complexity or any good site for it.
There are plenty of sites, but most of them will be pretty heavy on the math. Search for asymptotic notation, or Big O notation, or algorithm complexity. This is a pretty light introduction.

commented: Hi, just thought I'd give you some negative reputation for fun. -1
commented: Hi, just thought I'd give you some positive reputation for fun. And multiple accounts lead to perma ban... ;-) +21
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.