When is it NOT good to use actors in akka/erlang?
I’ve been working with akka for 7-8 months now daily.
When I started, I would be working on applications and notice that actors would be used basically anywhere once inside the actor system for communicating between most objects. So I did the same – spin up another actor for x/y/z.
Does anyone know how to make a search engine?
I am looking at making a search engine but not sure where to start. I have a basic idea but not sure how to progress or what code to use or what platform to use.
Complexity in nested loops
Foreword:
Is it correct/useful to define Computational Complexity in this way?
I analyzed my algorithm and I deduced that in the best case it requires n^3 iterations while in the worst case it requires n^4 iterations. Then I asserted that my algorithm is in Omega(n^3) and in BigO(n^4). Is this assertion correct and useful?
Is it correct/useful to define Computational Complexity in this way?
I analyzed my algorithm and I deduced that in the best case it requires n^3 iterations while in the worst case it requires n^4 iterations. Then I asserted that my algorithm is in Omega(n^3) and in BigO(n^4). Is this assertion correct and useful?
Is it correct/useful to define Computational Complexity in this way?
I analyzed my algorithm and I deduced that in the best case it requires n^3 iterations while in the worst case it requires n^4 iterations. Then I asserted that my algorithm is in Omega(n^3) and in BigO(n^4). Is this assertion correct and useful?
difference between exponential and logarithmic growth
Why
for(k=1;k<=n;k*=2)
grows logarathmically = O(logn)
but I feel it grows exponentially, as the seq look like 1,2,4,8....
Auxiliary space complexity of map vs map!
I’m curious about the difference in space complexity between map
and map!
in ruby.
Auxiliary space complexity of map vs map!
I’m curious about the difference in space complexity between map
and map!
in ruby.
How to manage accidental complexity in software projects
When Murray Gell-Mann was asked how Richard Feynman managed to solve so many hard problems Gell-Mann responded that Feynman had an algorithm: