AMORTIZED ANALYSIS WITH EXAMPLE || AMORTIZED TIME COMPLEXITY || DAA

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

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

  • @CharmingMoments09
    @CharmingMoments09 23 วันที่ผ่านมา

    Thank you so much Sir your videos are really helpful Sir.

  • @dr.padmajapulicherla5545
    @dr.padmajapulicherla5545 4 หลายเดือนก่อน

    wonderful explanation.Thank you sir

  • @uma-5719
    @uma-5719 10 หลายเดือนก่อน +1

    Thank you sir 🙏🏻👌🏻

  • @HarishNidamaneni
    @HarishNidamaneni 5 หลายเดือนก่อน

    Sir, can you please explain why we have to double the array size if the elements are full?

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

    enjoyed the session

  • @patrickemerysevor7410
    @patrickemerysevor7410 10 หลายเดือนก่อน

    Sir please can you explain this: perform a theoritical analysis on the algorithm below and state the complexity functionand asymtotic compleity
    #include
    void swap(int &a, int &b){
    int temp = a;
    a = b:
    b = temp;
    }
    void Sort(int arr[], int n){
    for (int i = 0; i < n - i - 1; ++j){
    for (int j = 0; j < n - i - 1; ++j){
    // compare adjacent elementa
    if (arr[j] > arr[j + 1]){
    // Swap if they are in the wrong order
    swap(arr[j] > arr[j + 1]);
    }
    }
    }
    void printArray(int arr[], int size){
    for (int i = 0; i < size; i ++){
    std:: cout

  • @sampathm4253
    @sampathm4253 3 หลายเดือนก่อน

    thank u sir

  • @jaya10128
    @jaya10128 10 หลายเดือนก่อน +1

    Hi sir