Skip to main content
Graph
Search
fr
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Lecture
Coin Change Problem
Graph Chatbot
Related lectures (30)
Previous
Page 2 of 3
Next
Search Algorithms: Abductive Reasoning
Covers search algorithms, focusing on abductive reasoning and heuristic search strategies.
Computer Architecture: Algorithms to Programs (Compilation)
Explores the transition from algorithms to programs through compilation, emphasizing constraints and machine-understandable coding practices.
Introduction to Algorithms
Explores the ingredients and selection of algorithms for different goals.
Introduction to Algorithms: Course Overview and Basics
Introduces the CS-250 Algorithms course, covering its structure, objectives, and key topics in algorithmic problem-solving.
Markov Decision Processes: Foundations of Reinforcement Learning
Covers Markov Decision Processes, their structure, and their role in reinforcement learning.
Dynamic Programming: Introduction and Fibonacci Numbers
Introduces Dynamic Programming, focusing on saving computation by remembering previous calculations and applying it to solve optimization problems efficiently.
Linear Programming: Solving LPs
Covers the process of solving Linear Programs (LPs) using the simplex method.
Greedy Algorithms & Matroids
Introduces greedy algorithms and matroids, highlighting their efficiency in solving optimization problems.
Optimization: Mathematical Principles and Algorithms
Covers mathematical principles and algorithms of optimization, using real-world examples and Python implementation.
Dynamic Programming: How Many Ways to Make Change
Demonstrates dynamic programming to find the number of ways to make change using different coin denominations.