Bhathiya edited section_Challenegs_in_Bushy_Trees__.tex  about 8 years ago

Commit id: ec7b0c3a3e338ecbfb77a150cf059c362bc7a9a7

deletions | additions      

       

0.2 & \text{if $1 < x \le 5$};\\  2^{\frac{x}{20}} & \text{if $5 < x \le 100$};.\end{cases} $$  $$S(N) = \begin{cases}   1 \text{if $ N = 1$}; \\  $\displaystyle \sum_{i=1}^{N} \frac{1}{n}$ \text{if $N \ne 0$}  2 \text{if $ N = 1$}.\end{cases}$$  Therefore the number of possible permutations are $S(N)*N!$. Unlike left-deep tree case, estimating the cost for all the possible bushy trees is computationally infeasible for moderately large N. Therefore it is required to come with a heuristic to select set of permutations for cost computations.Some heuristics considered are