Introduction to the course and algorithm complexity

Поделиться
HTML-код
  • Опубликовано: 14 ноя 2024

Комментарии • 16

  • @sandipankarmakar
    @sandipankarmakar 12 лет назад +5

    I think black board-chalk or in modern times whiteboard and markers are the best apparatus to make the things understandable to the students. This shows your knowledge level and depicts how much confident you are in the subject you are teaching. It creates a sense of occupancy of the students (obviously the interested ones). With the help of ppts slides this is impossible. you can try this on you only that take a white paper and a pencil and try to write down that on that blank paper...

  • @c1ph3r0
    @c1ph3r0 11 лет назад +3

    Selma Dahmani The links to the other lectures are on the course page that the professor mentions in the beginning of the lecture or in the playlist ruclips.net/p/PL6EF0274BD849A7D5

  • @MrNast1234
    @MrNast1234 5 лет назад +1

    Is this course good if I am a beginner to algorithms and use C++ to code currently?

  • @clearclearskies
    @clearclearskies 12 лет назад

    I like your lecture style. Thank you.

  • @assyriaaaaa
    @assyriaaaaa 12 лет назад +1

    Thanks for this lecture, it helped me out!

  • @visheshsinha_
    @visheshsinha_ 4 года назад

    Does anyone know if we can access the notes anywhere ?

  • @76anoopsaxena
    @76anoopsaxena 5 лет назад

    I don't quite understand why is T subscript A(I) is varying for different inputs of same size. T is not time, it is number of primitive operations, so why would that vary? Did I miss something?

  • @GoldenSach
    @GoldenSach 7 лет назад +4

    started today :)

  • @ayushigrover16
    @ayushigrover16 9 лет назад +1

    Why is dp(10) infinite?

    • @peternjenga5863
      @peternjenga5863 8 лет назад +4

      +ayushi grover I think it's because for any positive integer n, each of the numbers in a set of n numbers can be any integer. Thus ,because integers run to infinity, so does Dp(n). Even Dp(2) has an infinite number of sets. Dp([0,1]), Dp([1,1])............Dp([n,n]),.

    • @podadi
      @podadi 5 лет назад

      Simple reason being 1. (n is the max size of numbers for an test input) but how many such inputs exists !! infinite)

  • @peternjenga5863
    @peternjenga5863 8 лет назад +1

    Speed it up, someone.

  • @study7691
    @study7691 4 года назад

    "I could say something later but I won't" wat?

  • @jameszheng66
    @jameszheng66 12 лет назад

    2011 still use board? Can't use overhead or something and a keyboard to type the stuff instead of writing on board? Tired of waiting and slow motion writing talking...

    • @study7691
      @study7691 4 года назад +1

      2020 and they still use boards. :-D

  • @ahmetsalihguvenli6771
    @ahmetsalihguvenli6771 6 лет назад

    He's not so much lecturing as performing.