no point or at least she would need a test subject because it wouldn't work on herMao Mao would be really envious.
So much poison to test ...
but dang it will be costly let's say: eat 30 shroom then 1 gold coin for testing, do that for every plant and it will add up quickly, unless he strike a deal with the priest or something
That would only work if all plants with an effect provides it in integer quanta, such that the status appraisal shows their distinct improvement as opposed to the accumulation of multiple fractional gains.but dang it will be costly let's say: eat 30 shroom then 1 gold coin for testing, do that for every plant and it will add up quickly, unless he strike a deal with the priest or something
Aside from the above possibility of fractional gains, this binary search method would only work if there was only 1 plant that improved stats. Though if you simply recursively spawn additional parallel searches when it split, you it should still work. But worst case you will still end up with nearly one per plant:Depending on how he want to 'sort' this it can certainly take a lot of money.
If he do halfs each time + get lucky with either fully missing or keeping both +1s, it'd take
15
8
4
2
4 more gold coins minimum to identify the 2 exact plants that give str/end.
1+\sum_{i=0}^{d-1}(2^i)
(where d is depth of tree and d>1, and d is easily calculated from n with a log operation). It should also be possible to express as f(0) = 1; f(d) = 2^(d-1) + f(d-1) where d >= 0
.But worst case you will still end up with nearly one per plant
"; the sum&recursive representations implied something like this due to being geometric series with log2(n)
iterations/terms), the worst-case did indeed end up as n appraisals. I did kinda expect some slight offset (like +/-1), but no, it is exactly n.Isekai doping tutorial 👆Figuring out all the plants effects will be costly...
That would only work if all plants with an effect provides it in integer quanta, such that the status appraisal shows their distinct improvement as opposed to the accumulation of multiple fractional gains.
Aside from the above possibility of fractional gains, this binary search method would only work if there was only 1 plant that improved stats. Though if you simply recursively spawn additional parallel searches when it split, you it should still work. But worst case you will still end up with nearly one per plant:
You should be able to rather easily calculate the Big-O complexity for this recursive algorithm, and while I am too tired to do it (but generally any binary tree thing ends up with "log()" invovled) myself I would point out that it is easily seen that it holds some pattern akin to
- assuming all plants have an effect, half the plants need to be checked at deepest branch.
- Then group each tested plant with one that wasn't tested
- Test half of those groups
- recursively group each tested group with an untested group and test half of them, like points 2+3 above.
- until you reach the root node, which when tested allows you to subtract the tested subgroup from the root to know the result for the untested subgroup
- And you recursively subtract tested node from its parent, to get the value for the untested (sibling) node.
- Until all untested leaf-nodes has been assigned a value.
1+\sum_{i=0}^{d-1}(2^i)
(where d is depth of tree and d>1, and d is easily calculated from n with a log operation). It should also be possible to express asf(0) = 1; f(d) = 2^(d-1) + f(d-1) where d >= 0
.
But still only works if we assume there is no gains below our appraisal-resolution, like mentioned above.
snip
I mean, he clowned on his brother without stat boosts in the beginning. His brother only won the fight by using his new Holy Sword skill.Wait... he can cleanly slice through a goblin and one-shot an ogre with an axe and his stats are only that of a rookie? Wtf can bronze and above do?
I feel the author should have at least made it so the bonuses made him have at least 20 in the strength stats.
His strength is almost double a rookie. Coupled with technique that is well beyond amateur and actual life or death experiences, his pure combat ability is pretty high already.Wait... he can cleanly slice through a goblin and one-shot an ogre with an axe and his stats are only that of a rookie? Wtf can bronze and above do?
I feel the author should have at least made it so the bonuses made him have at least 20 in the strength stats.