LeetCode-Notes
Ctrlk
  • Introduction
  • Records of Practice
  • 关于Github 不支持密码问题
  • 面试题
    • 搜索广告
    • 多模态大模型
    • 刷题记录
  • 算法代码实现
  • Python
    • Python 笔记
  • Spark
    • PySpark
    • Spark Issues
    • Spark调优笔记
  • FeatureEngineering
  • Recommendation Algorithm
    • Recall-and-PreRank
    • Ranking
    • DeepLearning-Basic
  • Machine Learning
    • XGBoost
    • Cross Entropy Loss
    • Other models
  • Graph Neural Network
    • GNN-1-Basic
  • Big Data
    • Reservoir Sampling
  • SQL
    • SQL and PySpark functions
    • Query Film Infomation
    • Create, Insert and Alter Actor Table
    • Manage Employment Data
    • Manage Employment Data -2
  • DataStructure
    • Searching
    • Array
    • Sorting
    • LinkedList
    • Tree
    • Heap&Queue
    • 合并k个已排序的链表
    • String
    • DFS/BFS
    • DynamicProgramming
      • DP-解题过程
      • Find Continuous Sequence Sum to Target
      • 1800. Maximum Ascending Subarray Sum
      • NC91 最长上升子序列
      • 查找string的编码方式个数
      • Maximum Product
      • Longest Common Substring
      • Longest Common Substring-II
      • minEditCost
      • Backpack I
      • Array Hopper I
      • Minimum distance between strings
      • 最大正方形
  • Big Data Algorithms
    • Big Data Processing Algorithms
Powered by GitBook
On this page

Was this helpful?

  1. DataStructure

DynamicProgramming

DP-解题过程Find Continuous Sequence Sum to Target1800. Maximum Ascending Subarray SumNC91 最长上升子序列查找string的编码方式个数Maximum ProductLongest Common SubstringLongest Common Substring-IIminEditCostBackpack IArray Hopper IMinimum distance between strings最大正方形
PreviousFactor Combination-质数分解NextDP-解题过程

Last updated 4 years ago

Was this helpful?