Knapsack Problem in Hindi | Part 1 | Greedy Method | Dynamic Programming | AOA Lectures

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024
  • #knapsack #aoa #lastmomenttuitions #LMT
    Analysis of Algorithms Full Course - bit.ly/2kLGKL8
    Engineering Mathematics 03 (VIdeos + Handmade Notes) - bit.ly/2GaM8yY
    Branches Available: Comps, IT, Mechanical, EXTC, Electrical, Civil, Production, Instrumentation
    Other Second Year Engineering Courses :
    Semester 03 -
    Engineering Mathematics 03 - bit.ly/2GaM8yY
    Discrete Mathematics - bit.ly/2kAtbOJ
    Electronic Circuits & Communication Fundamentals - bit.ly/2kdlmOu
    Digital Logic Design & Analysis - bit.ly/2Xb7y6x
    Data structure : bit.ly/3pXRr9k
    Semester 04 -
    Engineering Mathematics 04 - bit.ly/2lVXj77
    Computer Organisation & Architecture - bit.ly/2lPFO8G
    Computer Graphics - bit.ly/2mdTzy3
    Operating Systems - bit.ly/3g3eXxw
    First Year Engineering Courses :
    Engineering Mathematics 1 - bit.ly/2lUPezA
    Engineering Physics 1 - bit.ly/2lRbElo
    Engineering Chemistry 1 - bit.ly/2kAOAY2
    Basic Electrical Engineering - bit.ly/2VPQlyW
    Engineering Mechanics - bit.ly/2kNxjuH
    Engineering Mathematics 2 - bit.ly/2kASuQG
    Engineering Physics 2 - bit.ly/2kNy0UP
    Engineering Chemistry 2 - bit.ly/2kAtWr3
    Engineering Drawing - bit.ly/2maYwHV
    Structured Programming Approach - bit.ly/2kNxKVR
    Exclusive Courses :
    Engineering Mathematics 03 (VIdeos + Handmade Notes) - bit.ly/2GaM8yY
    Aptitude Preparation (with tips & tricks + Notes) - bit.ly/2kmlyLA
    Other Engineering Courses :
    Microprocessor - bit.ly/2mk7mDs
    Database Management Systems - bit.ly/2lWJ4ir
    Computer Networks - bit.ly/2mcoURH
    System Programming & Compiler Construction - bit.ly/2ma4Xei
    Cryptography & System Security - bit.ly/2mdw7kw
    Data Warehousing & Mining - bit.ly/2PRCqoP
    Machine Learning - bit.ly/2Xp4dmH
    Software Engineering - bit.ly/2lRb9bb
    Digital Signal & Image Processing - bit.ly/2lOqUzE
    Mobile Communication & Computing - bit.ly/2lOqKIy
    Artificial Intelligence & Soft Computing - bit.ly/2mgKk0b
    Big Data Analysis - bit.ly/2mdvPtW
    Human Machine Interaction - bit.ly/2Ts3PRh
    Wireless Adhoc Network - bit.ly/3gdW6Qs
    Distributed Computing - bit.ly/2WQLoI0
    Natural Language Processing - bit.ly/3cUcX8F
    Technical & Placement Preparation :
    Interview Series - bit.ly/2ki9U4l
    Python (Beginners) - bit.ly/2mgLR6r
    Arduino (Beginners) - bit.ly/2mj7dAb
    UML Diagrams - bit.ly/2mj54od
    SQL (Beginners) - bit.ly/3gcLoK6

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

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

    Most of the videos of analysis of algorithm do not have playback speed option

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

    Sir what is diffrence between 0/1 knapsack and only knapsack because in textbook chapter 4 0/1 is given and in ch5 only knapsack topic is there.....

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

      0/1 knapsack - object selected into the knapsack is either fully taken (1), or not taken at all (0).
      normal knapsack - object selected can be taken in part, meaning, if we want to take 39% of the object to fill the Knapsack, we can do that.

  • @ayushiydvKG
    @ayushiydvKG 5 месяцев назад

    worst explanation!

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

    Plz help