Randomized quicksort

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 พ.ย. 2024

ความคิดเห็น • 2

  • @mohdkamran3343
    @mohdkamran3343 2 หลายเดือนก่อน

    Finally i got the complete concept of randomization in QuickSort algo . Simply take a sorted view of Array A and select a indicator random variable like Z(i,j) and then apply concept of expected value on it 👍🏻, thank you Sir.🙂
    Note: prerequisite for this is have to clear concept of indicator random variable and expected value from probability and statistics.

  • @umamaheswarasharmab2147
    @umamaheswarasharmab2147 11 หลายเดือนก่อน

    Best Explanation of a simple case of applying randomization. Got insights into the randomQS.