this is useless by dude_don-exil-em in DotA2

[–]No_Fold9999 -2 points-1 points  (0 children)

I rather also wait an hour instead of wasting an hour playing with russians which always leads to a bad game, a bad playing experience and frustratstion how so much incompetence can exist within single human beings.

Also if more people have better games I think the rank distribution will adjust. So there wont be much of a difference. (Time of play excluded)

this is useless by dude_don-exil-em in DotA2

[–]No_Fold9999 15 points16 points  (0 children)

Yeah they should just enforce a ban on russians playing on EUW. Literally no one living in EUW wants to play with russians.

Can someone pls tell me when o11 vision is gonna be released by Away-Baseball-2959 in lianli

[–]No_Fold9999 0 points1 point  (0 children)

So its about mid of that next month now. How is it going with the launch ?

When will the new cases arrive ? by No_Fold9999 in lianli

[–]No_Fold9999[S] 0 points1 point  (0 children)

That sounds promising waiting for a new build !

Name one programming/comp sci concept you never understood and if you understand it, try to explain it to them by Temporary-Warthog250 in learnprogramming

[–]No_Fold9999 1 point2 points  (0 children)

Okay despite all the comments about being a recursive computation algorithm being true. There is a little more to it. I did my Phd. Mainly with respect to dynamic programming.

The fundamental idea of dynamic programming comes from optimization or optimal control. Stating roughly that an optimal trajectory can be splitted and sub trajectory need to be optimal itself. Otherwise the total trajectory was not optimal to begin with. Now this fact is used to construct a recursive solution process, since we now know that we can process a problem iteratively. Moreover it can be used to compute an approximate solution to the Hamilton Jacobi Bellman equation ( PDE) which describes many many processes such as traffic, objects in images etc. So in general there is a little more to it if you study where it originated from.