I'm new to programming and want to analyse algorithms before applying them. How to find time functions for the big oh, Omega and theta?
Asked
Active
Viewed 25 times
0
-
Make a prototype of the algorithm. Run small set of test data and then just calculate as you scale. – IvRRimUm Nov 06 '17 at 15:34
-
Possible duplicate of https://stackoverflow.com/questions/8331479/determining-big-o-notation, https://stackoverflow.com/questions/27873104/big-o-vs-small-omega, and/or https://stackoverflow.com/questions/471199/what-is-the-difference-between-%CE%98n-and-on – Bob Jarvis - Слава Україні Nov 06 '17 at 15:35
-
Possible duplicate of [What is the difference between Θ(n) and O(n)?](https://stackoverflow.com/questions/471199/what-is-the-difference-between-%ce%98n-and-on) – Bob Jarvis - Слава Україні Nov 06 '17 at 15:36