zoukankan      html  css  js  c++  java
  • 九章动态规划

    一、背包问题

    题目

    https://leetcode-cn.com/problems/coin-change/

    题目

    https://leetcode-cn.com/problems/coin-change-2/submissions/

    题解

    https://leetcode-cn.com/problems/coin-change-2/solution/dong-tai-gui-hua-wan-quan-bei-bao-wen-ti-by-liweiw/

    题目

    https://www.lintcode.com/problem/backpack/description

    题目

    https://www.lintcode.com/problem/backpack-v/description

    题目

    https://leetcode-cn.com/problems/combination-sum-iv/

    题目

    https://www.lintcode.com/problem/backpack-ii/description

    题目

    https://www.lintcode.com/problem/backpack-iii/

    二、坐标型动态规划

    题目

    https://leetcode-cn.com/problems/unique-paths/

    题目

    https://leetcode-cn.com/problems/unique-paths-ii/

    题目

    https://leetcode-cn.com/problems/jump-game

    题目

    https://www.lintcode.com/problem/paint-house/description

    题目

    https://leetcode-cn.com/problems/decode-ways/

    题目

    https://leetcode-cn.com/problems/longest-continuous-increasing-subsequence/

    题目

    https://leetcode-cn.com/problems/minimum-path-sum/

    题目

    https://www.lintcode.com/problem/bomb-enemy/description

    题目

    https://leetcode-cn.com/problems/counting-bits/

     三、序列型动态规划

    加油啦!加油鸭,冲鸭!!!
  • 相关阅读:
    CentOS查找目录或文件
    vim使用
    解决Bat脚本中包含中文,运行乱码
    Window系统下搭建GIT本地服务器
    Django1.6 运行manage.py 报错解决办法(ImportError)
    centos7下使用yum安装pip
    hiho_1048_状态压缩2
    hiho_1044 状态压缩
    hiho_1041 国庆出游
    hdu_3555 bomb
  • 原文地址:https://www.cnblogs.com/clarencezzh/p/11631188.html
Copyright © 2011-2022 走看看