The growth tag has no wiki summary.
9
votes
8answers
332 views
Help with big O notation
I've been having some problems trying to grasp the concept of big O notation. So, by definition big O is as follows, T(n) ∈ O(G(n)) if T(n) <= G(n) * C.
Since the the constant "C" can be any ...
3
votes
3answers
797 views
Can i configure a ARM processor for Ascending Stack growth direction?
There has been one question here which talked about stack growth direction. To which Micahel Burr had replied saying in ARM processors stack growth direction can be configured - i.e. either ...
2
votes
1answer
35 views
Stack Expansion in Application
I have a not too complicated problem which I do not know how to solve in vb2010.
Currently I have a recurive routine for finding files/and or searching. With a recursive routine I never complete the ...
1
vote
1answer
336 views
Sorting the order of growth of the functions?
Please order the function belows by growth rate from fastest to slowest:
n^10
2^n
nlog(n)
10^6
And my answer is:
2^n
n^10
nlog(n)
10^6
Is my answer correct?
0
votes
0answers
14 views
How is automatic stack growth implemented in Single Unix Specification?
Does the stack grow larger every time a page fault occurs? How large does the exception handler extend the stack each time it's called?
0
votes
4answers
75 views
exponential growth over time - how do I calculate the increase over a delta-time?
This is probably a silly / stupid question, but I'm still gonna ask it :
if I have an initial start value at Time 0 (which is in my case always 1.0) and a rate of growth, how do I figure out the ...
0
votes
0answers
31 views
queue growth factor out of range exception from csla
I have searched the forums and not found any info on this error or its cause. I have seen similar problems attributed to problematic .net versions of the client system.
The site does not get much ...
0
votes
1answer
138 views
Determining what is causing massive log file growth on a basically inactive SQL 2005 DB
I have a SQL DB in a test environment that ist he back end datasource for a test web site. There is no activity on the website (because it is in our test environment) but every couple of days the DB ...