What is O(max(m+n))? | Algorithm Analysis - Lec 6 | Time & Space complexity | GATE & Interview | DAA

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ม.ค. 2025

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

  • @இந்தியன்-ன2ந
    @இந்தியன்-ன2ந 2 ปีที่แล้ว

    verithanam verithanam 🎉🎉🎉😊

  • @MewMewCherry1990
    @MewMewCherry1990 2 ปีที่แล้ว

    Hi.
    Thank you very much for your lessons. They really helped me to understand the Big O topic and time and space complexity of algorithms. Thanks a lot.

  • @btsbloodsweatandtears4021
    @btsbloodsweatandtears4021 2 ปีที่แล้ว

    what if we know m is bigger then n, is O(m) then?

    • @cstalksbylee4434
      @cstalksbylee4434  2 ปีที่แล้ว

      Yes, if you know the maximum(m Or n), then you can directly use it. (O(m) or O(n)).