Coursera
Online DegreesFind your New CareerFor EnterpriseFor Universities
  • Browse
  • Top Courses
  • Log In
  • Join for Free
    Coursera
    • Browse
    • Dynamic Programming
    Related topics:algorithmic thinkingdata structures and algorithmsalgorithm pythondynamicspython data structuresdata

    Filter by

    80 results for "dynamic programming"

    • Coursera Project Network

      Coursera Project Network

      Create a Connect Four Game in Python using Pygame

      Skills you'll gain: Python Programming, Logic, Statistical Programming, Computer Programming, Pygame

      Intermediate · Guided Project

    • University of Colorado Boulder

      University of Colorado Boulder

      Spacecraft Dynamics and Control

      Skills you'll gain: Algebra, Algorithms, Analysis, Angular, Calculus, Computer Programming, Cyberattacks, Data Analysis, Data Analysis Software, Data Management, Data Visualization, Databases, Differential Equations, Entrepreneurship, Epidemiology, Estimation, General Statistics, Geometry, Leadership and Management, Linear Algebra, Linearity, Mathematical Theory & Analysis, Mathematics, Operations Research, Probability & Statistics, Problem Solving, Programming Principles, Python Programming, Research and Design, SQL, Security Engineering, Simulation, Statistical Programming, Statistical Visualization, Strategy and Operations, Theoretical Computer Science, Web Development

      4.8

      (358 reviews)

      Advanced · Specialization

    • Coursera Project Network

      Coursera Project Network

      Building a Dynamic Web App using PHP & MySQL

      Skills you'll gain: Back-End Web Development, Data Management, Web Development, Computer Programming, Mysql, Other Programming Languages, SQL, Javascript, Web Application, Web, Databases

      4.4

      (162 reviews)

      Beginner · Guided Project

    • Free

      Georgia Institute of Technology

      Georgia Institute of Technology

      Advanced Engineering Systems in Motion: Dynamics of Three Dimensional (3D) Motion

      Skills you'll gain: Mathematics, Research and Design, Problem Solving, Web Development, Leadership and Management, Entrepreneurship, Business Psychology

      4.8

      (287 reviews)

      Mixed · Course

    • Coursera Project Network

      Coursera Project Network

      Create a Dynamic-Link Library with DevC++ for Python

      Intermediate · Guided Project

    • Dartmouth College

      Dartmouth College

      C Programming: Pointers and Memory Management - 4

      Beginner · Course

    • Placeholder

      Free

      Georgia Institute of Technology

      Georgia Institute of Technology

      Engineering Systems in Motion: Dynamics of Particles and Bodies in 2D Motion

      Skills you'll gain: Algebra, Mathematics, Research and Design, Applied Mathematics, Leadership and Management, Applied Machine Learning, Entrepreneurship, Computer Programming, Theoretical Computer Science, Machine Learning, Change Management, Problem Solving, Computational Thinking

      4.9

      (651 reviews)

      Mixed · Course

    • Placeholder
      Coursera Project Network

      Coursera Project Network

      Python Dynamic HTML Web Server

      Skills you'll gain: Python Programming, Web Page, HTML and CSS, Statistical Programming, Computer Programming, Web Development, Programming Principles

      4.5

      (125 reviews)

      Beginner · Guided Project

    • Placeholder
      University of Michigan

      University of Michigan

      Web Applications for Everybody

      Skills you'll gain: Computer Programming, Data Management, Databases, HTML and CSS, Javascript, Other Programming Languages, Php, Programming Principles, Relational Database, SQL, Statistical Programming, Web Design, Web Development

      4.7

      (8k reviews)

      Intermediate · Specialization

    • Placeholder
      University of California, Davis

      University of California, Davis

      Introduction to Web Development

      Skills you'll gain: CSS, HTML and CSS, Web Development, Computer Programming, Web, Web Development Tools, Html, Web Design, Javascript

      4.7

      (3.4k reviews)

      Beginner · Course

    • Placeholder
      University of California San Diego

      University of California San Diego

      Data Structures

      Skills you'll gain: Data Type, C Programming Language Family, Data Management, Algorithms, Computer Programming, Data Structures, Theoretical Computer Science

      4.6

      (4.8k reviews)

      Intermediate · Course

    • Placeholder
      IBM

      IBM

      Full Stack Cloud Development Capstone Project

      Skills you'll gain: Statistical Programming, HTML and CSS, Python Programming, Back-End Web Development, Theoretical Computer Science, Cloud Computing, IBM Cloud, Software Engineering, Computer Programming, Web Development, Kubernetes, Other Web Frameworks, Software Architecture, Javascript, Front-End Web Development, Application Development, Cloud Platforms, Programming Principles, Web Design, Computer Programming Tools

      4.4

      (29 reviews)

      Intermediate · Course

    Searches related to dynamic programming

    dynamic programming, greedy algorithms
    greedy algorithms, minimum spanning trees, and dynamic programming
    1234…7

    In summary, here are 10 of our most popular dynamic programming courses

    • Create a Connect Four Game in Python using Pygame: Coursera Project Network
    • Spacecraft Dynamics and Control: University of Colorado Boulder
    • Building a Dynamic Web App using PHP & MySQL: Coursera Project Network
    • Advanced Engineering Systems in Motion: Dynamics of Three Dimensional (3D) Motion: Georgia Institute of Technology
    • Create a Dynamic-Link Library with DevC++ for Python: Coursera Project Network
    • C Programming: Pointers and Memory Management - 4: Dartmouth College
    • Engineering Systems in Motion: Dynamics of Particles and Bodies in 2D Motion: Georgia Institute of Technology
    • Python Dynamic HTML Web Server: Coursera Project Network
    • Web Applications for Everybody: University of Michigan
    • Introduction to Web Development: University of California, Davis

    Skills you can learn in Business Strategy

    Modeling (25)
    Market (economics) (21)
    Plan (19)
    Planning (16)
    Strategic Management (16)
    Business Model (13)
    Operations Management (13)
    Analytics (12)
    Evaluation (12)
    Project Management (11)
    Supply Chain (10)
    Decision-making (9)

    Frequently Asked Questions about Dynamic Programming

    • Dynamic programming is an algorithmic technique that solves optimization problems by breaking them down into simpler sub-problems. The solutions to these sub-problems are stored along the way, which ensures that each problem is only solved once. Dynamic programming has become an important technique for efficiently solving complex optimization problems in applications such as reinforcement learning for artificial intelligence (AI) and genome sequencing in bioinformatics.

      The advantages of dynamic programming can be understood in relation to other algorithms used to solve optimization problems. Like divide and conquer algorithms, dynamic programming breaks down a larger problem into smaller pieces; however, unlike divide and conquer, it saves solutions along the way so each problem is only solved once, improving the speed of this approach. By contrast, greedy algorithms also solve each problem only once, but unlike dynamic programming, it does not look back to consider all possible solutions, running the risk that the greedy algorithm will settle on a locally optimal solution that is not globally optimal.

      Ultimately, there is no single “silver bullet” algorithm that is best for every application, and different types of problems will require different techniques. However, dynamic programming’s ability to deliver globally optimal solutions with relative efficiency makes it an important part of any programmer’s skill set.‎

    • Dynamic programming is a valuable career skill for programmers working on complex optimization problems in high-tech fields such as data science, artificial intelligence and machine learning, robotics, and bioinformatics. Computer scientists with the ability to find the right approaches to these high-value problems are highly sought after and compensated accordingly by leading companies in these industries. According to the Bureau of Labor Statistics, computer and information research scientists earned a median annual salary of $122,840 per year in 2019, and these jobs are expected to grow much faster than the average across the rest of the economy.‎

    • Yes! There are an incredibly wide range of learning opportunities in computer science on Coursera, including courses and Specializations in algorithms and dynamic programming. Coursera lets you learn about dynamic programming remotely from top-ranked universities from around the world such as Stanford University, National Research University Higher School of Economics, and University of Alberta. And, because learners on Coursera pay a significantly lower tuition than on-campus students, you won’t need to use dynamic programming or other algorithmic techniques to determine whether it’s an optimal investment in your career.‎

    • The people best suited for roles in dynamic programming are computer programmers and people with experience working with algorithms. Dynamic programming is an algorithmic technique for breaking down a problem into simpler subproblems, so it’s important that people who pursue roles in dynamic programming have experience working in fields that utilize this technique. People who work as aerospace engineers or in economics are best suited for these roles.‎

    • A common career path for someone in dynamic programming is a job as a computer and information research scientist. These scientists design software systems and invent new computing languages, which they later test and present to colleagues in academic journals and conferences. Another common career path for someone studying dynamic programming is working with robotics or in computer programming.‎

    • It’s important for learners to have a strong handle on algorithms, so topics related to advanced algorithms and complexity, discrete optimization, data structures and algorithms, algorithms on strings, and algorithms on graphs are extremely useful. Reinforcement learning may explore topics related to AI tools and how it is useful in game development, customer interaction, and supply chain. For learners looking to improve their computer programming skills, the fundamentals of computing may help you program and think like a computer scientist. Competitive programming is the next step up and is a great option if you want to explore topics related to dynamic programming and number and graph theories.‎

    • Most people with a background in dynamic programming are hired to work in the federal government, according to the U.S. Bureau of Labor Statistics. Some people also work for computer systems and design-related services companies. Research and development companies hire people with a background in dynamic programming as well as software publishers.‎

    This FAQ content has been made available for informational purposes only. Learners are advised to conduct additional research to ensure that courses and other credentials pursued meet their personal, professional, and financial goals.
    Other topics to explore
    Placeholder
    Arts and Humanities
    338 courses
    Placeholder
    Business
    1095 courses
    Placeholder
    Computer Science
    668 courses
    Placeholder
    Data Science
    425 courses
    Placeholder
    Information Technology
    145 courses
    Placeholder
    Health
    471 courses
    Placeholder
    Math and Logic
    70 courses
    Placeholder
    Personal Development
    137 courses
    Placeholder
    Physical Science and Engineering
    413 courses
    Placeholder
    Social Sciences
    401 courses
    Placeholder
    Language Learning
    150 courses

    Coursera Footer

    Start or advance your career

    • Google Data Analyst
    • Google Project Management
    • Google UX Design
    • Google IT Support
    • IBM Data Science
    • IBM Data Analyst
    • IBM Data Analytics with Excel and R
    • IBM Cybersecurity Analyst
    • IBM Data Engineering
    • IBM Full Stack Cloud Developer
    • Facebook Social Media Marketing
    • Facebook Marketing Analytics
    • Salesforce Sales Development Representative
    • Salesforce Sales Operations
    • Intuit Bookkeeping
    • Preparing for Google Cloud Certification: Cloud Architect
    • Preparing for Google Cloud Certification: Cloud Data Engineer
    • Launch your career
    • Prepare for a certification
    • Advance your career

    Browse popular topics

    • Free Courses
    • Learn a Language
    • Python
    • Java
    • Web Design
    • SQL
    • Cursos Gratis
    • Microsoft Excel
    • Project Management
    • Cybersecurity
    • Human Resources
    • Data Science Free Courses
    • Speaking English
    • Content Writing
    • Full Stack Web Development
    • Artificial Intelligence
    • C Programming
    • Communication Skills
    • Blockchain
    • See all courses

    Popular courses and articles

    • Skills for Data Science Teams
    • Data Driven Decision Making
    • Software Engineering Skills
    • Soft Skills for Engineering Teams
    • Management Skills
    • Marketing Skills
    • Skills for Sales Teams
    • Product Manager Skills
    • Skills for Finance
    • Popular Data Science Courses in the UK
    • Beliebte Technologiekurse in Deutschland
    • Popular Cybersecurity Certifications
    • Popular IT Certifications
    • Popular SQL Certifications
    • Marketing Manager Career Guide
    • Project Manager Career Guide
    • Python Programming Skills
    • Web Developer Career Guide
    • Data Analyst Skills
    • Skills for UX Designers

    Earn a degree or certificate online

    • MasterTrack® Certificates
    • Professional Certificates
    • University Certificates
    • MBA & Business Degrees
    • Data Science Degrees
    • Computer Science Degrees
    • Data Analytics Degrees
    • Public Health Degrees
    • Social Sciences Degrees
    • Management Degrees
    • Degrees from Top European Universities
    • Master's Degrees
    • Bachelor's Degrees
    • Degrees with a Performance Pathway
    • Bsc Courses
    • What is a Bachelor's Degree?
    • How Long Does a Master's Degree Take?
    • Is an Online MBA Worth It?
    • 7 Ways to Pay for Graduate School
    • See all certificates

    Coursera

    • About
    • What We Offer
    • Leadership
    • Careers
    • Catalog
    • Coursera Plus
    • Professional Certificates
    • MasterTrack® Certificates
    • Degrees
    • For Enterprise
    • For Government
    • For Campus
    • Become a Partner
    • Coronavirus Response

    Community

    • Learners
    • Partners
    • Developers
    • Beta Testers
    • Translators
    • Blog
    • Tech Blog
    • Teaching Center

    More

    • Press
    • Investors
    • Terms
    • Privacy
    • Help
    • Accessibility
    • Contact
    • Articles
    • Directory
    • Affiliates
    • Modern Slavery Statement
    Learn Anywhere
    Download on the App StoreGet it on Google Play
    Placeholder
    © 2022 Coursera Inc. All rights reserved.
    • Placeholder
    • Placeholder
    • Placeholder
    • Placeholder
    • Placeholder