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/

     三、序列型动态规划

    加油啦!加油鸭,冲鸭!!!
  • 相关阅读:
    代码高亮测试
    自定义Edit控件控制输入范围
    多字节字符与界面 manifest
    实现类成员函数回调
    [VIM插件]fedora22编译vim7.4对perl组件支持的问题
    火车头Ecshop2.7文章采集发布模块
    js 创建对象
    js 属性类型
    JS函数的属性
    JS 函数中返回另一个函数
  • 原文地址:https://www.cnblogs.com/clarencezzh/p/11631188.html
Copyright © 2011-2022 走看看