Get the answers you need at Westonci.ca, where our expert community is dedicated to providing you with accurate information. Discover a wealth of knowledge from experts across different disciplines on our comprehensive Q&A platform. Get quick and reliable solutions to your questions from a community of experienced experts on our platform.

For each of the following two functions f(n) and g(n), indicate whether f = O(g), or f = Ω(g) or both (in which case f = Θ(g)).

(a) f(n) = √ n and g(n) = n/∛n.
(b) f(n) = 100n + lg n and g(n) = n + (lg n)².
(c) f(n) = 10n lg n and g(n) = n lg (10n).
(d) f(n) = 10 lg n and g(n) = lg (n²).
(e) f(n) = n²/ lg n and g(n) = n(lg n)².
(f) f(n) = n2ⁿ and g(n) = 3n.
(g) f(n) = 2ⁿ and g(n) = 2ⁿ⁺¹⁰⁰.