cooleditphoto
  • ARTS Week1
  • ARTS WEEK2
  • ARTS WEEK 3
  • ARTS WEEK 4
  • The techniques of DBMS that enable us to process queries efficiently
  • What I learned from the programming languages throughout the history
  • my React JS learning diary
  • Distributed System Reading
  • The first impressions when I started learning Clojure
  • My Notes of the Workshop: Malware Analysis 101
  • WIP: Zookeeper learning
  • 刘鹏王超 计算广告 读书笔记
  • leetcode动态规划小分类整理
  • React Topics
  • AWS topics
  • All the resources I have used in my react app
  • How I Built My First Full-Stack App
  • CI/CD/Test toolbox list
  • MIT 6.824
    • Introduction
  • You don't know JS notes
  • Javascript Asynchronous Programming
  • Jest and Vue Util Tests
  • Vuex and Mixins
  • Security basic
Powered by GitBook
On this page

Was this helpful?

leetcode动态规划小分类整理

1。 343 整数拆分,410 分割数组的最大值, 139

2。涉及字符串变换的几个:552 学生出勤记录2,10正则表达式匹配,72编辑距离,解码方法1,解码方法2

3。battle(博弈)877, 464,1025

4。路径种类

5。 一个二维图的和

既可回溯又可以用动态规划做的?

Previous刘鹏王超 计算广告 读书笔记NextReact Topics

Last updated 4 years ago

Was this helpful?