Can someone explain how Big-Oh works with Summations?
问题 I know this isn't strictly a programming question, but it is a computer science question so I'm hoping someone can help me. I've been working on my Algorithms homework and figuring out the Big-Oh, Big-Omega, Theta, etc, of several algorithms. I'm proving them by finding their C and N 0 values and all is going well. However, I've come across my last two problems in the set and I'm struggling figuring out how to do them (and google isn't helping much). I haven't had to figure out the Big-Oh