Algorithm Design Techniques From beginner to advanced (DAA)
Algorithm Design Techniques From beginner to advanced (DAA), available at $44.99, has an average rating of 4.3, with 102 lectures, 2 quizzes, based on 25 reviews, and has 130 subscribers.
You will learn about Analyze a given algorithm and express its time and space complexities in asymptotic notations. Solve recurrence equations using Iteration Method, Recurrence Tree Method and Master’s Theorem. Design algorithms using Divide and Conquer Strategy. Compare Dynamic Programming and Divide and Conquer Strategies. Solve Optimization problems using Greedy strategy. Design efficient algorithms using Back Tracking and Branch Bound Techniques for solving problems. Learn the fundamentals of complexity theory This course is ideal for individuals who are Computer Science Students or Programmers It is particularly useful for Computer Science Students or Programmers.
Enroll now: Algorithm Design Techniques From beginner to advanced (DAA)
Summary
Title: Algorithm Design Techniques From beginner to advanced (DAA)
Price: $44.99
Average Rating: 4.3
Number of Lectures: 102
Number of Quizzes: 2
Number of Published Lectures: 102
Number of Published Quizzes: 2
Number of Curriculum Items: 107
Number of Published Curriculum Objects: 107
Original Price: $22.99
Quality Status: approved
Status: Live
What You Will Learn
- Analyze a given algorithm and express its time and space complexities in asymptotic notations.
- Solve recurrence equations using Iteration Method, Recurrence Tree Method and Master’s Theorem.
- Design algorithms using Divide and Conquer Strategy.
- Compare Dynamic Programming and Divide and Conquer Strategies.
- Solve Optimization problems using Greedy strategy.
- Design efficient algorithms using Back Tracking and Branch Bound Techniques for solving problems.
- Learn the fundamentals of complexity theory
Who Should Attend
- Computer Science Students
- Programmers
Target Audiences
- Computer Science Students
- Programmers
//As you know behind every efficient software there will be an efficient algorithm.
But how do you build an efficient algorithm?
You can choose any of the design techniques such as Divide and Conquer, Dynamic Programming, Greedy Approach, Back Tracking & Branch and Bound.
From the technique listed above which one is suitable for your program/problem?
Take this course then you will be able to choose the right one.
/* This course is for both students and professionals */
Course Curriculum
Chapter 1: Introduction
Lecture 1: Course Over view
Lecture 2: Math Fundamentals
Lecture 3: Introduction
Lecture 4: Space Complexity
Chapter 2: Comnplexity Calculation of simple algorithms
Lecture 1: Elementary operations and computationof time complexity
Lecture 2: Order of growth or rate of growth
Lecture 3: Timecomlexity computation of simple algorithms
Lecture 4: Why do we analyse algorithms?
Lecture 5: Time complexity computation more examples
Lecture 6: Best Worst and Average case complexity
Lecture 7: Complexity calculation of binary search algorithm
Lecture 8: Complexity calculation of bubble sort
Lecture 9: Asymtotic Notations
Chapter 3: Complexity Calculation of recursive Algorithms
Lecture 1: Recursive Factorial
Lecture 2: Recursive binary search
Lecture 3: nth Fibonacci number
Lecture 4: Solution to recurrence Equation: Iterative Method: Example 1
Lecture 5: Solution to recurrence Equation: Iterative Method: Example 2
Lecture 6: Solution to recurrence Equation: Iterative Method: Example 3
Lecture 7: Solution to recurrence equation using recursion tree method: Example 1
Lecture 8: Solution to recurrence equation using recursion tree method: Example 2
Lecture 9: Solution to recurrence equation using recursion tree method: Example 3
Lecture 10: Solution to recurrence equation using recursion tree method: Example 4
Lecture 11: Master's method
Chapter 4: Binary Search Tree
Lecture 1: Need of Binary Search Tree
Lecture 2: Introduction to Binary search tree
Lecture 3: Searching in BST
Lecture 4: Insertion in BST
Lecture 5: Deletion in BST
Lecture 6: Disadvantages of BST
Chapter 5: A V L Tree
Lecture 1: Introduction
Lecture 2: AVL Tree Rotations
Lecture 3: AVL Tree Insertion
Lecture 4: AVL Tree Deletion
Chapter 6: Red Black Tree
Lecture 1: Introduction
Lecture 2: Insertion
Lecture 3: Deletion
Chapter 7: m-way search tree
Lecture 1: Introduction
Lecture 2: B Tree
Lecture 3: B Tree Insertion
Lecture 4: B Tree Deletion
Chapter 8: Disjoint Set
Lecture 1: Introduction
Lecture 2: Disjoint Set Operation : Union
Lecture 3: Disjoint Set Operation : Find
Chapter 9: Graph searching
Lecture 1: Breadth First Search (B F S)
Lecture 2: Analysis of BFS Algorithm
Lecture 3: Depth First Search (D F S)
Lecture 4: Properties of DFS
Lecture 5: Analysis of DFS Algorithm
Lecture 6: Topological sorting
Lecture 7: Strongly connected components
Chapter 10: Minimum Spanning tree Algorithm
Lecture 1: Introduction
Lecture 2: Kruskal's algorithm
Lecture 3: Analysis of Kruskal's algorithm
Lecture 4: Prim's algorithm
Lecture 5: Analysis of Prim's algorithm
Lecture 6: Comparison of Prim's and Kruskal's algorithm
Chapter 11: Single source shortest path problem
Lecture 1: Introduction
Lecture 2: Bellman-Ford algorithm
Lecture 3: Dijkstra's algorithm
Lecture 4: Detection of negative wight cycle
Lecture 5: Comparison of Belman-Ford and Kruskal's algorithm
Chapter 12: Divide and Conquer algorithms
Lecture 1: Control abstraction
Lecture 2: Merge sort
Lecture 3: Merge sort algorithm
Lecture 4: Analysis of merge sort
Lecture 5: Matrix multiplication
Lecture 6: Divide and Conquer matrix multiplication
Lecture 7: Strassan's matrix multiplication
Chapter 13: Dynamic programming
Lecture 1: Control abstraction
Lecture 2: The matrix chain multiplication problem
Lecture 3: Matrix chain multiplication example
Lecture 4: Matrix chain multiplication algorithm
Lecture 5: Comparison of Divide and conquer and Dynamic programming techniques
Chapter 14: Greedy strategy
Lecture 1: The Control Abstraction
Lecture 2: Fractional Knapsack Problem
Lecture 3: Greedy algorithm for fractional knapsack problem
Chapter 15: Backtracking Strategy
Lecture 1: The 4 Queen problem
Lecture 2: Solving 4 queen problem using back tracking technique
Lecture 3: Some terminologies
Instructors
-
Jithin Parakka
CTO and Cofounder @ Mapletechspace.com
Rating Distribution
- 1 stars: 3 votes
- 2 stars: 0 votes
- 3 stars: 5 votes
- 4 stars: 11 votes
- 5 stars: 6 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024