# Shortest-message-string **Repository Path**: cdkeeper/shortest-message-string ## Basic Information - **Project Name**: Shortest-message-string - **Description**: 最短信息串(很难的一题,采用dp动态规划来做) - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-11-29 - **Last Updated**: 2022-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Shortest-message-string #### 介绍 最短信息串(很难的一题,采用dp动态规划来做) 采用c++编写 重点注意算法和解题步骤